GCHandle.Inequality(GCHandle, GCHandle) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの GCHandle オブジェクトが等しくないかどうかを示す値を返します。
public:
static bool operator !=(System::Runtime::InteropServices::GCHandle a, System::Runtime::InteropServices::GCHandle b);
public static bool operator !=(System.Runtime.InteropServices.GCHandle a, System.Runtime.InteropServices.GCHandle b);
static member op_Inequality : System.Runtime.InteropServices.GCHandle * System.Runtime.InteropServices.GCHandle -> bool
Public Shared Operator != (a As GCHandle, b As GCHandle) As Boolean
パラメーター
返品
true
aパラメーターとb パラメーターが等しくない場合は >。それ以外の場合はfalse。
注釈
この演算子の同等のメソッドは GCHandle.Equals。