FontStretch.Equality(FontStretch, FontStretch) Operador

Definição

Compara a igualdade de duas instâncias 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

Parâmetros

left
FontStretch

A primeira instância de FontStretch a ser comparada.

right
FontStretch

A segunda instância de FontStretch a ser comparada.

Retornos

true quando os objetos FontStretch especificados forem iguais; caso contrário, false.

Aplica-se a