FontStretch.Compare(FontStretch, FontStretch) Método

Definição

Compara duas instâncias de FontStretch objetos.

public:
 static int Compare(System::Windows::FontStretch left, System::Windows::FontStretch right);
public static int Compare(System.Windows.FontStretch left, System.Windows.FontStretch right);
static member Compare : System.Windows.FontStretch * System.Windows.FontStretch -> int
Public Shared Function Compare (left As FontStretch, right As FontStretch) As Integer

Parâmetros

left
FontStretch

O primeiro FontStretch objeto a comparar.

right
FontStretch

O segundo FontStretch objeto para comparar.

Devoluções

Um Int32 valor que representa a relação entre as duas instâncias de FontStretch.

Observações

Quando o valor de retorno é menor que zero, left é menor que right. Quando este valor é zero, indica que ambos os operandos são iguais. Quando o valor é maior que zero, indica que left é maior que right.

Aplica-se a