GCHandle.Equality(GCHandle, GCHandle) Opérateur

Définition

Retourne une valeur indiquant si deux objets GCHandle sont égaux.

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

Paramètres

a
GCHandle

Objet GCHandle à comparer au paramètre b.

b
GCHandle

Objet GCHandle à comparer au paramètre a.

Retours

Boolean

true si les paramètres a et b sont égaux ; sinon, false.

Remarques

La méthode équivalente pour cet opérateur est GCHandle.Equals.

S’applique à