Click or drag to resize

FontFileEquals(Object) Method

Determines whether the specified Object is equal to this FontFile instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this font file instance.

Return Value

Boolean
true if the specified Object is a FontFile and is equal to this FontFile instance; otherwise, false.
See Also