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

Определение

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

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

Параметры

left
FontStretch

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

right
FontStretch

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

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

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

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