Click or drag to resize

FontFileEquals(FontFile) Method

Determines whether the other FontFile is equal to this FontFile instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntax
public bool Equals(
	FontFile other
)

Parameters

other  FontFile
The other font file to compare with this font file instance.

Return Value

Boolean
true if the other FontFile is equal to this FontFile instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also