ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個指定的 ArrayWithOffset 物件是否具有相同的值。
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
參數
ArrayWithOffset 物件,要與 b
參數比較。
ArrayWithOffset 物件,要與 a
參數比較。
傳回
如果 a
的值與 b
的值不相同,則為 true
,否則為 false
。
備註
這個運算子 ArrayWithOffset.Equals(ArrayWithOffset)的對等方法是 。