Click or drag to resize

FontEquals Method

Determines whether the specified Object is equal to the current Font.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current Font.

Return Value

Type: Boolean
true if the specified Object is equal to the current Font; otherwise, false.
See Also