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!

SignatureHelper.Equals

Checks if this instance is equal to the given 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 with which this instance should be compared.

Return Value

Returns true if the given object is a SignatureHelper and represents the same signature. Otherwise, returns false.

See Also

SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace