OSPlatform.Inequality(OSPlatform, OSPlatform) 运算符

定义

确定两个 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

要比较的第二个对象。

返回

如果 leftright 不相等,则为 true;否则为 false

适用于