The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Decimal::Equals Method
.NET Framework (current version)
Returns a value indicating whether two instances of Decimal represent the same value.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Decimal) | Returns a value indicating whether this instance and a specified Decimal object represent the same value. |
![]() ![]() | Equals(Decimal, Decimal) | Returns a value indicating whether two specified instances of Decimal 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^).) |
Show:

