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!

Int32.Equals

Compares this instance with a specified Object.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);
[C++]
public: override bool Equals(
   Object* obj
);
[JScript]
public override function Equals(
   obj : Object
) : Boolean;

Parameters

obj
The object to compare with this instance.

Return Value

true if the object is an Int32 with the same value as this instance; otherwise, false.

Remarks

The Equals method compares two objects for equality and returns a Boolean determination of the relationship.

Overrides Equals.

See Also

Int32 Structure | Int32 Members | System Namespace | Object | Boolean