FontStyle.Inequality(FontStyle, FontStyle) Operator

Definition

Utvärderar två instanser av FontStyle för att fastställa ojämlikhet.

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

Parametrar

left
FontStyle

Den första instansen av FontStyle att jämföra.

right
FontStyle

Den andra instansen av FontStyle att jämföra.

Returer

falseför att visa left är lika med right; annars . true

Gäller för