ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个指定的 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
参数
与 b
参数进行比较的 ArrayWithOffset 对象。
与 a
参数进行比较的 ArrayWithOffset 对象。
返回
如果 a
的值与 b
的值不相同,则为 true
;否则为 false
。
注解
此运算符 ArrayWithOffset.Equals(ArrayWithOffset)的等效方法是 。