Click or drag to resize

PdfChoiceFieldItemEquals(Object) Method

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

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this PdfChoiceFieldItem instance.

Return Value

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