OSPlatform.Inequality(OSPlatform, OSPlatform) Operador

Definición

Determina si dos instancias de OSPlatform no son iguales.

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

Parámetros

left
OSPlatform

Primer objeto que se va a comparar.

right
OSPlatform

Segundo objeto que se va a comparar.

Devoluciones

Boolean

true si left y right no son iguales; en caso contrario, false.

Se aplica a