MoneyCompareTo Method
Compares the current instance with another
Money.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public int CompareTo(
Money other
)
- other Money
- A Money 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 other |
Zero | This instance is equal to other |
Greater than zero | This instance is greater than other |
IComparableTCompareTo(T)