ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) Opérateur

Définition

Détermine si deux objets ArrayWithOffset spécifiés 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

a
ArrayWithOffset

Objet ArrayWithOffset à comparer au paramètre b.

b
ArrayWithOffset

Objet ArrayWithOffset à comparer au paramètre a.

Retours

true si la valeur de a est égale à la valeur de b ; sinon false.

Remarques

La méthode équivalente pour cet opérateur est ArrayWithOffset.Equals(ArrayWithOffset).

S’applique à