ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operator

定義

指定した 2 つの 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

パラメーター

a
ArrayWithOffset

b パラメーターと比較するArrayWithOffset オブジェクト。

b
ArrayWithOffset

a パラメーターと比較するArrayWithOffset オブジェクト。

返品

true aの値がbの値と同じでない場合はfalse

注釈

この演算子の同等のメソッドは ArrayWithOffset.Equals(ArrayWithOffset)

適用対象