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