ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Opérateur

Définition

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

a
ArrayWithOffset

Objet ArrayWithOffset à comparer au paramètre b.

b
ArrayWithOffset

Objet ArrayWithOffset à comparer au paramètre a.

Retours

Boolean

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).

S’applique à