Click or drag to resize

FontTypefaceEquals Method (Object)

Tests if this instance is equal to the specified object

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

Parameters

obj
Type: SystemObject
Object to test with

Return Value

Type: Boolean
True if the specified object is a FontTypeface and is equal to this instance
See Also