Click or drag to resize

FontTypefaceEquality Operator

Tests two FontTypeface objects for equality

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 families are equal, false otherwise
Remarks
Font typefaces are considered equal if the names and font typefaces are the same
See Also