FontFamilyEquality Operator |
Tests two FontFamily objects for equality
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static bool operator ==(
FontFamily value1,
FontFamily value2
)
Public Shared Operator = (
value1 As FontFamily,
value2 As FontFamily
) As Boolean
static let inline (=)
value1 : FontFamily *
value2 : FontFamily : bool
Parameters
- value1
- Type: Eto.DrawingFontFamily
First font family to test - value2
- Type: Eto.DrawingFontFamily
Second font family to test
Return Value
Type:
BooleanTrue if the font families are equal, false otherwise
Remarks
Font families are considered equal if the names are the same
See Also