System.ModuleHandle.op_Inequality Method

Tests whether two ModuleHandle structures are unequal.

Syntax

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

Parameters

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

Returns

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