FontWeight::GreaterThanOrEqual Operator (FontWeight, FontWeight)

 

Evaluates two instances of FontWeight to determine whether one instance is greater than or equal to the other.

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 left is greater than or equal to right; otherwise, false.

Lighter font weights are lesser than heavier font weights. For example, a "Light" or "Normal" font weight is lesser than an "UltraBold" font weight.

.NET Framework
Available since 3.0
Return to top
Show: