GCHandle.Equality(GCHandle, GCHandle) Operátor

Definice

Vrátí hodnotu označující, zda jsou dva GCHandle objekty stejné.

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

Objekt GCHandle pro porovnání s parametrem b .

b
GCHandle

Objekt GCHandle pro porovnání s parametrem a .

Návraty

true pokud jsou a parametry a b stejné, jinak hodnota false.

Poznámky

Ekvivalentní metoda pro tento operátor je GCHandle.Equals.

Platí pro