FontStretch.Compare(FontStretch, FontStretch) Metodo

Definizione

Confronta due istanze di oggetti FontStretch.

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

Parametri

left
FontStretch

Primo oggetto FontStretch da confrontare.

right
FontStretch

Secondo oggetto FontStretch da confrontare.

Restituisce

Valore Int32 che rappresenta la relazione tra le due istanze di FontStretch.

Commenti

Quando il valore restituito è minore di zero, left è inferiore a right. Quando questo valore è zero, indica che entrambi operandi sono uguali. Quando il valore è maggiore di zero, indica che left è più grande di right.

Si applica a