GCHandle.Inequality(GCHandle, GCHandle) Operátor

Definice

Vrátí hodnotu označující, zda si dva GCHandle objekty nejsou rovny.

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

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 se a parametry a b nerovnají, v opačném případě false.

Poznámky

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

Platí pro