Click or drag to resize

FontFamilyEquals Method (FontFamily)

Tests this instance for equality with another font family

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

Parameters

other
Type: Eto.DrawingFontFamily
Other font to test

Return Value

Type: Boolean
True if the families are equal, false otherwise

Implements

IEquatableTEquals(T)
Remarks
Font families are considered equal if the names are the same
See Also