Click or drag to resize

PdfAppearanceStateEquals(PdfAppearanceState) Method

Determines whether the other PdfAppearanceState is equal to this PdfAppearanceState instance.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public bool Equals(
	PdfAppearanceState other
)

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