ArrayWithOffset.Inequality(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 op_Inequality : 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

truedeğeri a değeri ile aynı bdeğilse , aksi takdirde . false

Açıklamalar

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

Şunlara uygulanır