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 k porovnání

right
OSPlatform

Druhý objekt k porovnání

Návraty

Boolean

truejsou-li left a right jsou nerovné; v opačném případě . false

Platí pro