OSPlatform.Equality(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 ( = ) : 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
。
注解
如果两个 OSPlatform 实例具有相同的名称,则它们相等。 对象的名称 OSPlatform 是 osPlatform
传递给 方法的 Create 字符串。 静态 OSPlatform 属性返回的对象的名称 OSPlatform 为“FREEBSD”、“LINUX”、“OSX”和“WINDOWS”。 方法使用序号比较来确定名称是否相同。