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