Aracılığıyla paylaş


ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) Operatör

Tanım

Belirtilen ArrayWithOffset iki nesnenin aynı değere sahip olup olmadığını belirler.

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

Parametreler

a
ArrayWithOffset

ArrayWithOffset parametresiyle b karşılaştıracak bir nesne.

b
ArrayWithOffset

ArrayWithOffset parametresiyle a karşılaştıracak bir nesne.

Döndürülenler

true değeri a değeri ile aynıysa b; değilse , false.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: ArrayWithOffset.Equals(ArrayWithOffset).

Şunlara uygulanır