OSPlatform.Inequality(OSPlatform, OSPlatform) Operatör

Tanım

İki OSPlatform örneğin eşit 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ırma yapılacak ilk nesne.

right
OSPlatform

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

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

Şunlara uygulanır