Information
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

 

Returns a value indicating whether two instances of Decimal represent the same value.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(Decimal)

Returns a value indicating whether this instance and a specified Decimal object represent the same value.

System_CAPS_pubmethodSystem_CAPS_staticEquals(Decimal, Decimal)

Returns a value indicating whether two specified instances of Decimal represent the same value.

System_CAPS_pubmethodEquals(Object^)

Returns a value indicating whether this instance and a specified Object represent the same type and value.(Overrides ValueType::Equals(Object^).)

Return to top
Show: