OSPlatform.Inequality(OSPlatform, OSPlatform) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个 OSPlatform 实例是否不相等。
public:
static bool operator !=(System::Runtime::InteropServices::OSPlatform left, System::Runtime::InteropServices::OSPlatform right);
public static bool operator != (System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right);
static member op_Inequality : System.Runtime.InteropServices.OSPlatform * System.Runtime.InteropServices.OSPlatform -> bool
Public Shared Operator != (left As OSPlatform, right As OSPlatform) As Boolean
参数
- left
- OSPlatform
要比较的第一个对象。
- right
- OSPlatform
要比较的第二个对象。
返回
如果 left
和 right
不相等,则为 true
;否则为 false
。