ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
ArrayWithOffset parametresiyle b karşılaştıracak bir nesne.
ArrayWithOffset parametresiyle a karşılaştıracak bir nesne.
Döndürülenler
truedeğeri a değeri ile aynı bdeğilse , değilse. false
Açıklamalar
Bu işlecin eşdeğer yöntemidir ArrayWithOffset.Equals(ArrayWithOffset).