System.ModuleHandle.Equals Method

Returns a bool value indicating whether the specified ModuleHandle structure is equal to the current ModuleHandle.

Syntax

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

Parameters

handle
The ModuleHandle structure to be compared with the current ModuleHandle.

Returns

true if handle is equal to the current ModuleHandle structure; 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