GCHandle.Inequality(GCHandle, GCHandle) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur indiquant si deux GCHandle objets ne sont pas é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 op_Inequality : System.Runtime.InteropServices.GCHandle * System.Runtime.InteropServices.GCHandle -> bool
Public Shared Operator != (a As GCHandle, b As GCHandle) As Boolean
Paramètres
Retours
truesi les paramètres et b les a paramètres ne sont pas égaux ; sinon, false.
Remarques
La méthode équivalente pour cet opérateur est GCHandle.Equals.