ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Opérateur

Définition

Détermine si deux objets spécifiés ArrayWithOffset 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 b paramètre.

b
ArrayWithOffset

Objet ArrayWithOffset à comparer au a paramètre.

Retours

true si la valeur de a n’est pas identique à la valeur de b; sinon, false.

Remarques

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

S’applique à