GCHandle.Equality(GCHandle, GCHandle) Оператор

Определение

Возвращает значение, показывающее, равны ли два объекта 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

Объект GCHandle, сравниваемый с параметром b.

b
GCHandle

Объект GCHandle, сравниваемый с параметром a.

Возвращаемое значение

Значение true, если параметры a и b равны; в противном случае — значение false.

Комментарии

Эквивалентным методом для этого оператора является GCHandle.Equals.

Применяется к