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!

MethodToken.Equals

Tests whether the given object is equal to this MethodToken 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 to this object..

Return Value

Returns true if obj is an instance of MethodToken and is equal to this object. Otherwise, returns false.

See Also

MethodToken Structure | MethodToken Members | System.Reflection.Emit Namespace