ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) 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.
Détermine si deux objets ArrayWithOffset spécifiés n’ont pas la même valeur.
public:
static bool operator !=(System::Runtime::InteropServices::ArrayWithOffset a, System::Runtime::InteropServices::ArrayWithOffset b);
public static bool operator != (System.Runtime.InteropServices.ArrayWithOffset a, System.Runtime.InteropServices.ArrayWithOffset b);
static member op_Inequality : System.Runtime.InteropServices.ArrayWithOffset * System.Runtime.InteropServices.ArrayWithOffset -> bool
Public Shared Operator != (a As ArrayWithOffset, b As ArrayWithOffset) As Boolean
Paramètres
Objet ArrayWithOffset à comparer au paramètre b
.
Objet ArrayWithOffset à comparer au paramètre a
.
Retours
true
si la valeur de l'objet a
est différente de celle de l'objet b
; sinon, false
.
Remarques
La méthode équivalente pour cet opérateur est ArrayWithOffset.Equals(ArrayWithOffset).