ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) 運算子

定義

判斷兩個指定的 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

ArrayWithOffset 物件,要與 b 參數比較。

b
ArrayWithOffset

ArrayWithOffset 物件,要與 a 參數比較。

傳回

如果 true 的值與 a 的值相同,則為 b,否則為 false

備註

這個運算子 ArrayWithOffset.Equals(ArrayWithOffset)的對等方法是 。

適用於