FontStretch.Equality(FontStretch, FontStretch) Operador

Definición

Compara dos instancias de FontStretch para determinar si son iguales.

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

Parámetros

left
FontStretch

Primera instancia de FontStretch que se va a comparar.

right
FontStretch

Segunda instancia de FontStretch que se va a comparar.

Devoluciones

true cuando los objetos FontStretch especificados son iguales; de lo contrario, false.

Se aplica a