ModuleHandle.Inequality(ModuleHandle, ModuleHandle) 演算子

定義

2 つの ModuleHandle 構造体が異なるかどうかをテストします。

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

パラメーター

left
ModuleHandle

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

right
ModuleHandle

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

戻り値

ModuleHandle 構造体が異なる場合は true。それ以外の場合は false

注釈

この演算子の同等のメソッドは です ModuleHandle.Equals(ModuleHandle)

適用対象