.NET Framework Class Library
Decimal.Equals Method
Returns a value indicating whether two instances of Decimal represent the same value.
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 | |
|---|---|---|
|
Equals(Decimal) | Returns a value indicating whether this instance and a specified Decimal object represent the same value. |
|
Equals(Object) | Returns a value indicating whether this instance and a specified Object represent the same type and value. (Overrides ValueType.Equals(Object).) |
|
Equals(Decimal, Decimal) | Returns a value indicating whether two specified instances of Decimal represent the same value. |
See Also