The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ModuleHandle::Inequality Operator (ModuleHandle, ModuleHandle)
.NET Framework (current version)
Tests whether two ModuleHandle structures are unequal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System::ModuleHandle
The ModuleHandle structure to the left of the inequality operator.
- right
-
Type:
System::ModuleHandle
The ModuleHandle structure to the right of the inequality operator.
Return Value
Type: System::Booleantrue if the ModuleHandle structures are unequal; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: