System.ModuleHandle.op_Equality Method

Tests whether two ModuleHandle structures are equal.

Syntax

public static bool operator== (ModuleHandle left, ModuleHandle right)

Parameters

left
The ModuleHandle structure to the left of the equality operator.
right
The ModuleHandle structure to the right of the equality operator.

Returns

true if the ModuleHandle structures are equal; 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