OSPlatform.Inequality(OSPlatform, OSPlatform) Operátor

Definice

Určuje, zda jsou dvě OSPlatform instance nerovné.

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

Parametry

left
OSPlatform

První objekt, který se má porovnat.

right
OSPlatform

Druhý objekt, který chcete porovnat.

Návraty

true jsou-li left a right jsou nerovné; falsev opačném případě .

Platí pro