OscTimeTag Equality Operator Bespoke Osc Library
Determines whether two specified instances of OscTimeTag are equal.

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 and rhs represent the same time tag; otherwise, false.
See Also