ArrayWithOffset.Equality(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 ( = ) : 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 オブジェクト。

返品

の値が の値と同じ場合は a0/&。それ以外の場合は。

注釈

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

適用対象