FontFileGetHashCode Method |
Returns a hash code for this
FontFile instance.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Int32A hash code for this
FontFile instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also