Click or drag to resize

FontTypefaceInequality Operator

Tests two FontTypeface objects for inequality

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator !=(
	FontTypeface value1,
	FontTypeface value2
)

Parameters

value1
Type: Eto.DrawingFontTypeface
First font typeface to test
value2
Type: Eto.DrawingFontTypeface
Second font typeface to test

Return Value

Type: Boolean
True if the font typefaces are not equal, false otherwise
See Also