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!

Type.Equals

Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type.

Overload List

Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object.

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

Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.

[Visual Basic] Overloads Shadows Public Function Equals(Type) As Boolean
[C#] public new bool Equals(Type);
[C++] public: new bool Equals(Type*);
[JScript] public new function Equals(Type) : Boolean;

See Also

Type Class | Type Members | System Namespace