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

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

Public Overrides Function Equals ( _
	value As Object _
) As Boolean

Parameters

value
Type: OnlineSystem Object
An object to compare to this instance.

Return Value

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