PeriodCompareTo Method
Compares this instance to a specified object and returns an indication of their relative values
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) sealed
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
- obj Object
- An object to compare or null
Int32Returns -1 if this instance is less than the value, 0 if they are equal, or 1 if this
instance is greater than the value or the value is null.
IComparableCompareTo(Object)