NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Decimal.Equals (Object)

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;

Parameters

value
An object to compare with this instance of Decimal.

Return Value

true if the given object is equal to this instance of Decimal, otherwise false.

Remarks

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.

See Also

Decimal Structure | Decimal Members | System Namespace | Decimal.Equals Overload List