FontStretch.Equality(FontStretch, FontStretch) Operatore

Definizione

Confronta due istanze di FontStretch per determinare se siano uguali.

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

Parametri

left
FontStretch

Prima istanza di FontStretch da confrontare.

right
FontStretch

Seconda istanza di FontStretch da confrontare.

Restituisce

true quando gli oggetti FontStretch specificati sono uguali; in caso contrario, false.

Si applica a