'Declaration Public Shared Function Compare( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As Integer
'Usage Dim left As TdIntervalHourToSecond Dim right As TdIntervalHourToSecond Dim value As Integer value = TdIntervalHourToSecond.Compare(left, right)
public static int Compare( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: static int Compare( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- An instance of TdIntervalHourToSecond.
- right
- An instance of TdIntervalHourToSecond.
Return Value
The result of the comparison is returned as a signed integer.