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
。