FontStretch.Equality(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 ( = ) : System.Windows.FontStretch * System.Windows.FontStretch -> bool
Public Shared Operator == (left As FontStretch, right As FontStretch) As Boolean

Параметры

left
FontStretch

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

right
FontStretch

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

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

Boolean

true, если указанные объекты FontStretch равны; в противном случае — false.

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