'Declaration Public Overloads Function CompareTo( _ ByVal other As TdIntervalHour _ ) As Integer
'Usage Dim instance As TdIntervalHour Dim other As TdIntervalHour Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( TdIntervalHour other )
public: int CompareTo( TdIntervalHour other )
Parameters
- other
- The TdIntervalHour to compare.
Return Value
The result of the comparison is returned as a signed integer.