OSPlatform.Inequality(OSPlatform, OSPlatform) Operator

Definition

Avgör om två OSPlatform instanser är ojämlika.

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

Parametrar

left
OSPlatform

Det första objektet som ska jämföras.

right
OSPlatform

Det andra objektet att jämföra.

Returer

trueom left och right är ojämlika, annars . false

Gäller för