ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operátor

Definice

Určuje, zda dva zadané ArrayWithOffset objekty nemají stejnou hodnotu.

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

Parametry

a
ArrayWithOffset

Objekt ArrayWithOffset , který chcete porovnat s parametrem b .

b
ArrayWithOffset

Objekt ArrayWithOffset , který chcete porovnat s parametrem a .

Návraty

true pokud hodnota není stejná jako hodnota a ; bv opačném případě , false.

Poznámky

Ekvivalentní metoda tohoto operátoru je ArrayWithOffset.Equals(ArrayWithOffset).

Platí pro