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!

Guid.Equals

Determines whether the specified Guid is equal to this instance.

[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
The Guid object to compare with this instance.

Return Value

true if o is a Guid that has the same value as this instance; false otherwise.

Remarks

Overrides Object.Equals.

See Also

Guid Structure | Guid Members | System Namespace