GCHandle.Equality(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 ( = ) : System.Runtime.InteropServices.GCHandle * System.Runtime.InteropServices.GCHandle -> bool
Public Shared Operator == (a As GCHandle, b As GCHandle) As Boolean

パラメーター

a
GCHandle

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

b
GCHandle

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

返品

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

注釈

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

適用対象