OSPlatform.Inequality(OSPlatform, OSPlatform) Operador

Definição

Determina se duas instâncias OSPlatform são diferentes.

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

O primeiro objeto a ser comparado.

right
OSPlatform

O segundo objeto a ser comparado.

Retornos

true se left e right forem diferentes; caso contrário, false.

Aplica-se a