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!

TypedReference.Equals

Checks if this object is equal to the specified object.

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

Parameters

o
[To be supplied.]

Return Value

Returns true if this object is equal to the specified object.

Exceptions

Exception Type Condition
NotSupportedException This method is not implemented.

See Also

TypedReference Structure | TypedReference Members | System Namespace