PdfChoiceFieldItemGetHashCode Method |
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Int32
A hash code for this
PdfChoiceFieldItem instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also