System.RuntimeMethodHandle.Equals Method

Indicates whether this instance is equal to a specified RuntimeMethodHandle.

Syntax

[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public bool Equals (RuntimeMethodHandle handle)

Parameters

handle
A RuntimeMethodHandle to compare to this instance.

Returns

true if handle is equal to the value of this instance; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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