Click or drag to resize

FontFamily.Inequality 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.Drawing.FontFamily
First font family to test
value2
Type: Eto.Drawing.FontFamily
Second font family to test

Return Value

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