OscTimeTag LessThanOrEqual Operator Bespoke Osc Library
Determines whether one specified OscTimeTag is less than or equal to another specified OscTimeTag.

Namespace: Bespoke.Common.Osc
Assembly: Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Operator <= ( _
	lhs As OscTimeTag, _
	rhs As OscTimeTag _
) As Boolean

Return Value

true if lhs is less than or equal to rhs; otherwise, false.
See Also