TdxPDFChoiceFieldValue.IsEqual(TdxPDFChoiceFieldValue) Method
Compares the current field item to another field item.
Declaration
function IsEqual(const AValue: TdxPDFChoiceFieldValue): Boolean;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | TdxPDFChoiceFieldValue | An item available for selection in an interactive field. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the Value and ExportValue property values are identical for both field items; otherwise, False. |
See Also