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
)
Public Function Equals (
other As FontTypeface
) As Boolean
member Equals :
other : FontTypeface -> bool
Parameters
- other
- Type: Eto.DrawingFontTypeface
Other font typeface to test
Return Value
Type:
BooleanTrue if the typefaces are equal, false otherwise
Remarks
Font typefaces are considered equal if the names are the same
See Also