OSPlatform.Inequality(OSPlatform, OSPlatform) Operatore

Definizione

Determina se due istanze di OSPlatform sono diverse.

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

Parametri

left
OSPlatform

Primo oggetto da confrontare.

right
OSPlatform

Secondo oggetto da confrontare.

Restituisce

Boolean

true se left e right sono diversi; in caso contrario, false.

Si applica a