FontStretch.Equality(FontStretch, FontStretch) Opérateur

Définition

Compare l'égalité de deux instances de 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

Paramètres

left
FontStretch

Première instance de FontStretch à comparer.

right
FontStretch

Deuxième instance de FontStretch à comparer.

Retours

true si les objets FontStretch spécifiés sont égaux ; sinon, false.

S’applique à