Click or drag to resize

PdfAppearanceStateInequality Operator

Determines whether first and second PdfAppearanceStates are not 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 not equal; otherwise, .
See Also