System.ModuleHandle.Equals Method

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

Syntax

[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public override bool Equals (object obj)

Parameters

obj
The object to be compared with the current ModuleHandle structure.

Returns

true if obj is a ModuleHandle structure, and 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