Click or drag to resize

PdfChoiceFieldItemEquality Operator

Determines whether first and second PdfChoiceFieldItems are equal.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public static bool operator ==(
	PdfChoiceFieldItem first,
	PdfChoiceFieldItem second
)

Parameters

first  PdfChoiceFieldItem
The first item.
second  PdfChoiceFieldItem
The second item.

Return Value

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