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
)
Public Function Equals (
other As FontFamily
) As Boolean
abstract Equals :
other : FontFamily -> bool
override Equals :
other : FontFamily -> bool
Parameters
- other
- Type: Eto.DrawingFontFamily
Other font to test
Return Value
Type:
BooleanTrue if the families are equal, false otherwise
Implements
IEquatableTEquals(T)Remarks
Font families are considered equal if the names are the same
See Also