OSPlatform.Inequality(OSPlatform, OSPlatform) 演算子

定義

2 つの 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

比較する 2 番目のオブジェクト。

戻り値

Boolean

leftright が等しくない場合は true、それ以外の場合は false

適用対象