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

Определение

Оценивает два экземпляра FontWeight для определения их неравенства.

public:
 static bool operator !=(System::Windows::FontWeight left, System::Windows::FontWeight right);
public static bool operator != (System.Windows.FontWeight left, System.Windows.FontWeight right);
static member op_Inequality : System.Windows.FontWeight * System.Windows.FontWeight -> bool
Public Shared Operator != (left As FontWeight, right As FontWeight) As Boolean

Параметры

left
FontWeight

Первый экземпляр FontWeight для сравнения.

right
FontWeight

Второй экземпляр FontWeight для сравнения.

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

Boolean

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

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