OscTimeTag Equals Method (OscTimeTag)Bespoke Osc Library
Returns a value indicating whether this instance is equal to a specified OscTimeTag instance.

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

Public Function Equals ( _
	value As OscTimeTag _
) As Boolean

Return Value

true if value is an instance of System.DateTime and equals the value of this instance; otherwise, false.
See Also