ModuleHandle::Equality Operator (ModuleHandle, ModuleHandle)

 
equivalentCodeEntityM:System.ModuleHandle.Equals(System.ModuleHandle,System.ModuleHandle)

Tests whether two ModuleHandle structures are equal.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

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

Parameters

left
Type: System::ModuleHandle

The ModuleHandle structure to the left of the equality operator.

right
Type: System::ModuleHandle

The ModuleHandle structure to the right of the equality operator.

Return Value

Type: System::Boolean

true if the ModuleHandle structures are equal; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: