FontWeight::Equality Operator (FontWeight, FontWeight)

 

Compares two instances of FontWeight for equality.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static bool operator ==(
	FontWeight left,
	FontWeight right
)

Parameters

left
Type: System.Windows::FontWeight

The first instance of FontWeight to compare.

right
Type: System.Windows::FontWeight

The second instance of FontWeight to compare.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: