GCHandle.Inequality(GCHandle, GCHandle) Operator

Definicja

Zwraca wartość wskazującą, czy dwa GCHandle obiekty nie 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 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

GCHandle Obiekt do porównania z parametrem b .

b
GCHandle

GCHandle Obiekt do porównania z parametrem a .

Zwraca

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

Uwagi

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

Dotyczy