Decimal.Equals Method
.NET Framework 3.0
Returns a value indicating whether two instances of Decimal represent the same value.
| Name | Description |
|---|---|
| Decimal.Equals (Decimal) | Returns a value indicating whether this instance and a specified Decimal object represent the same value. Supported by the .NET Compact Framework. |
| Decimal.Equals (Object) | Returns a value indicating whether this instance and a specified Object represent the same type and value. Supported by the .NET Compact Framework. |
| Decimal.Equals (Decimal, Decimal) | Returns a value indicating whether two specified instances of Decimal represent the same value. Supported by the .NET Compact Framework. |
| Decimal.Equals (Object, Object) | Determines whether the specified Object instances are considered equal. |