Click or drag to resize

PdfAppearanceStateEquality Operator

Determines whether first and second PdfAppearanceStates are equal.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public static bool operator ==(
	PdfAppearanceState first,
	PdfAppearanceState second
)

Parameters

first  PdfAppearanceState
The first appearance state.
second  PdfAppearanceState
The second appearance state.

Return Value

Boolean
if first and second appearance states are equal; otherwise, .
See Also