FontWeight.Inequality(FontWeight, FontWeight) Operator

Definition

Evaluates two instances of FontWeight to determine inequality.

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

Parameters

left
FontWeight

The first instance of FontWeight to compare.

right
FontWeight

The second instance of FontWeight to compare.

Returns

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

Applies to