ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operatore

Definizione

Determina se due oggetti ArrayWithOffset specificati non hanno lo stesso valore.

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

Parametri

a
ArrayWithOffset

Oggetto ArrayWithOffset da confrontare con il parametro b.

b
ArrayWithOffset

Oggetto ArrayWithOffset da confrontare con il parametro a.

Restituisce

Boolean

true se il valore di a è diverso dal valore di b; in caso contrario, false.

Commenti

Il metodo equivalente per questo operatore è ArrayWithOffset.Equals(ArrayWithOffset).

Si applica a