ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operator

Definicja

Określa, czy dwa określone ArrayWithOffset obiekty nie mają tej samej wartości.

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

Obiekt ArrayWithOffset do porównania z parametrem b .

b
ArrayWithOffset

Obiekt ArrayWithOffset do porównania z parametrem a .

Zwraca

true jeśli wartość nie a jest taka sama jak wartość b; w przeciwnym razie wartość false.

Uwagi

Równoważną metodą dla tego operatora jest ArrayWithOffset.Equals(ArrayWithOffset).

Dotyczy