MoneyIComparableCompareTo Method
Compares the current instance with another object of the same type.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
int IComparable.CompareTo(
Object? obj
)
- obj Object
- An object to compare with this instance.
Int32A 32-bit signed integer that indicates the relative order of the comparands.
The return value has these meanings:
Value | meaning |
---|
Less than zero | This instance is less than obj |
Zero | | obj |
Greater than zero | This instance is greater than obj |
IComparableCompareTo(Object)