FontStyle.Inequality(FontStyle, FontStyle) Operátor

Definice

Vyhodnotí dvě instance FontStyle k určení nerovnosti.

public:
 static bool operator !=(System::Windows::FontStyle left, System::Windows::FontStyle right);
public static bool operator != (System.Windows.FontStyle left, System.Windows.FontStyle right);
static member op_Inequality : System.Windows.FontStyle * System.Windows.FontStyle -> bool
Public Shared Operator != (left As FontStyle, right As FontStyle) As Boolean

Parametry

left
FontStyle

První instance FontStyle porovnání.

right
FontStyle

Druhá instance FontStyle porovnání.

Návraty

Boolean

false k zobrazení left je rovno right; v opačném případě true.

Platí pro