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