| IComparable: CompareTo |
Compares a value to the current object instance.
Public Function CompareTo( ByRef Value As Variant ) As Long
Comparison guide:
This object is the same value as value returns a 0.
This object is less than the value returns a negative value.
This object is greater than the value returns a positive value.
Project VBCorLib Overview Class IComparable Overview IComparable Properties IComparable Methods