ArrayWithOffset.Equality(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 spécifiés ArrayWithOffset ont 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 ( = ) : 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 b paramètre.
Objet ArrayWithOffset à comparer au a paramètre.
Retours
true si la valeur de a est identique à la valeur de b; sinon, false.
Remarques
La méthode équivalente pour cet opérateur est ArrayWithOffset.Equals(ArrayWithOffset).