ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) 演算子

定義

指定した 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 オブジェクト。

戻り値

a の値が b の値と異なる場合は true。それ以外の場合は false

注釈

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

適用対象