OSPlatform.Inequality(OSPlatform, OSPlatform) Operator

Definicja

Określa, czy dwa OSPlatform wystąpienia są nierówne.

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

Pierwszy obiekt do porównania.

right
OSPlatform

Drugi obiekt do porównania.

Zwraca

true jeśli left i right są nierówne; w przeciwnym razie , false.

Dotyczy