FontWeight::Inequality Operator (FontWeight, FontWeight)

 

Evaluates two instances of FontWeight to determine inequality.

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

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

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