ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) Operator

Definicja

Określa, czy dwa określone ArrayWithOffset obiekty mają tę samą wartość.

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 ( = ) : 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ść a jest taka sama jak wartość b; w przeciwnym razie false.

Uwagi

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

Dotyczy