FontFileEquals(FontFile) Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntaxpublic bool Equals(
FontFile other
)
Public Function Equals (
other As FontFile
) As Boolean
Parameters
- other FontFile
- The other font file to compare with this font file instance.
Return Value
Booleantrue if the other
FontFile is equal to this
FontFile instance; otherwise, false.
Implements
IEquatableTEquals(T)
See Also