FontStyle::Inequality Operator (FontStyle, FontStyle)

 

Evaluates two instances of FontStyle to determine inequality.

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

public:
static bool operator !=(
	FontStyle left,
	FontStyle right
)

Parameters

left
Type: System.Windows::FontStyle

The first instance of FontStyle to compare.

right
Type: System.Windows::FontStyle

The second instance of FontStyle to compare.

Return Value

Type: System::Boolean

false to show 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: