Sdílet prostřednictvím


FontWeight.Inequality(FontWeight, FontWeight) Operátor

Definice

Vyhodnotí dvě instance FontWeight určení nerovnosti.

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

Parametry

left
FontWeight

První instance FontWeight porovnání.

right
FontWeight

Druhá instance FontWeight porovnání.

Návraty

Boolean

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

Platí pro