Click or drag to resize

FontTypefaceEquals Method (FontTypeface)

Tests this instance for equality with another font typeface

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	FontTypeface other
)

Parameters

other
Type: Eto.DrawingFontTypeface
Other font typeface to test

Return Value

Type: Boolean
True if the typefaces are equal, false otherwise
Remarks
Font typefaces are considered equal if the names are the same
See Also