ModuleHandle.Equality(ModuleHandle, ModuleHandle) 演算子

定義

2 つの ModuleHandle 構造体が等しいかどうかをテストします。

public:
 static bool operator ==(ModuleHandle left, ModuleHandle right);
public static bool operator == (ModuleHandle left, ModuleHandle right);
static member ( = ) : ModuleHandle * ModuleHandle -> bool
Public Shared Operator == (left As ModuleHandle, right As ModuleHandle) As Boolean

パラメーター

left
ModuleHandle

等値演算子の左側に表示される ModuleHandle 構造体。

right
ModuleHandle

等値演算子の右辺にある ModuleHandle 構造体。

戻り値

Boolean

ModuleHandle 構造体が等しい場合は true。それ以外の場合は false

注釈

この演算子の同等のメソッドは次のようになります ModuleHandle.Equals(ModuleHandle)

適用対象