OSPlatform.Inequality(OSPlatform, OSPlatform) Operatör

Tanım

İki OSPlatform örneğin eşit olup olmadığını belirler.

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

Parametreler

left
OSPlatform

Karşılaştıracak ilk nesne.

right
OSPlatform

Karşılaştıracak ikinci nesne.

Döndürülenler

trueve eşit değilseleft; değilse, right.false

Şunlara uygulanır