GCHandle.Equality(GCHandle, GCHandle) Operator

Definicja

Zwraca wartość wskazującą, czy dwa GCHandle obiekty są równe.

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

Parametry

a
GCHandle

GCHandle Obiekt do porównania z parametrem b .

b
GCHandle

GCHandle Obiekt do porównania z parametrem a .

Zwraca

Boolean

truea jeśli parametry i b są równe; w przeciwnym razie . false

Uwagi

Równoważną metodą dla tego operatora jest GCHandle.Equals.

Dotyczy