System.Reflection.Emit.MethodToken.Equals Method

Indicates whether the current instance is equal to the specified System.Reflection.Emit.MethodToken.

Syntax

public bool Equals (MethodToken obj)

Parameters

obj
The System.Reflection.Emit.MethodToken to compare to the current instance.

Returns

true if the value of obj is equal to the value of the current instance; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0