OSPlatform.Inequality(OSPlatform, OSPlatform) Betreiber

Definition

Stellt fest, ob zwei OSPlatform-Instanzen ungleich sind.

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

Parameter

left
OSPlatform

Das erste zu vergleichende Objekt.

right
OSPlatform

Das zweite zu vergleichende Objekt.

Gibt zurück

true, wenn left und right ungleich sind, andernfalls false.

Gilt für: