Click or drag to resize

PdfChoiceFieldItemEquals(PdfChoiceFieldItem) Method

Determines whether the specified PdfChoiceFieldItem is equal to this PdfChoiceFieldItem instance.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public bool Equals(
	PdfChoiceFieldItem other
)

Parameters

other  PdfChoiceFieldItem
The PdfChoiceFieldItem to compare with this PdfChoiceFieldItem instance.

Return Value

Boolean
if the specified PdfChoiceFieldItem is equal to this PdfChoiceFieldItem instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also