'Declaration Public Overloads Shared Function Equals( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As Boolean
'Usage Dim left As TdIntervalHourToSecond Dim right As TdIntervalHourToSecond Dim value As Boolean value = TdIntervalHourToSecond.Equals(left, right)
public static bool Equals( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: static bool Equals( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- A TdIntervalHourToSecond instance.
- right
- A TdIntervalHourToSecond instance.
Return Value
true
if the two TdIntervalHourToSecond instances are equal, false
otherwise.