FontStyle.Inequality(FontStyle, FontStyle) Operator

Definition

Evaluates two instances of FontStyle to determine inequality.

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

Parameters

left
FontStyle

The first instance of FontStyle to compare.

right
FontStyle

The second instance of FontStyle to compare.

Returns

false to show left is equal to right; otherwise, true.

Applies to