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