PdfAppearanceStateEquals(Object) Method |
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The Object to compare with this appearance state instance.
Return Value
Boolean if the specified
Object is a
PdfAppearanceState and is equal to this
PdfAppearanceState instance; otherwise,
.
See Also