Determines whether this instance is equal to a specified Object.
[Visual Basic] Overloads Overrides Public Function Equals( _ ByVal value As Object _ ) As Boolean [C#] public override bool Equals( object value ); [C++] public: override bool Equals( Object* value ); [JScript] public override function Equals( value : Object ) : Boolean;
true if the given object is equal to this instance of Decimal, otherwise false.
The Equals method compares a specified object with this instance of a Decimal value to determine whether they are equal and returns a Boolean value concerning their relationship.
Decimal Structure | Decimal Members | System Namespace | Decimal.Equals Overload List