ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) Operátor

Definice

Určuje, zda dva zadané ArrayWithOffset objekty mají 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 ( = ) : 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 je-li hodnota stejná jako hodnota ab; v opačném případě false, .

Poznámky

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

Platí pro