ArrayWithOffset.Inequality(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 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 对象。

返回

Boolean

如果 a 的值与 b 的值不相同,则为 true;否则为 false

注解

此运算符 ArrayWithOffset.Equals(ArrayWithOffset)的等效方法是 。

适用于