FontWeight.Equality(FontWeight, FontWeight) Operator

Definition

Compares two instances of FontWeight for equality.

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 ( = ) : 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

true if the instances of FontWeight are equal; otherwise, false.

Applies to