Click or drag to resize

FontFamilyInequality Operator

Tests two FontFamily objects for inequality

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

Parameters

value1
Type: Eto.DrawingFontFamily
First font family to test
value2
Type: Eto.DrawingFontFamily
Second font family to test

Return Value

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