GCHandle.Inequality(GCHandle, GCHandle) Operator

定義

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

パラメーター

a
GCHandle

GCHandle パラメーターと比較するb オブジェクト。

b
GCHandle

GCHandle パラメーターと比較するa オブジェクト。

返品

true aパラメーターとb パラメーターが等しくない場合は >。それ以外の場合はfalse

注釈

この演算子の同等のメソッドは GCHandle.Equals

適用対象