PdfFilterGetHashCode Method |
Returns a hash code for this
PdfFilter instance.
Namespace: SautinSoft.Pdf.FiltersAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic override sealed int GetHashCode()
Public Overrides NotOverridable Function GetHashCode As Integer
Return Value
Int32
A hash code for this
PdfFilter instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also