OSPlatform.Inequality(OSPlatform, OSPlatform) Оператор

Определение

Определяет, являются ли два OSPlatform экземпляра неравными.

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

Параметры

left
OSPlatform

Первый объект для сравнения.

right
OSPlatform

Второй объект для сравнения.

Возвращаемое значение

true Значение , если left и right не равны; в противном случае false.

Применяется к