.NET Framework Class Library
Decimal.CompareTo Method
Compares this instance to a specified object or Decimal and returns an indication of their relative values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
CompareTo(Decimal) | Compares this instance to a specified Decimal object. |
|
CompareTo(Object) | Compares this instance to a specified Object. |
See Also