FireDAC.Stan.Param.TFDMacros.IsEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEqual(AValue: TFDMacros): Boolean;

Properties

Type Visibility Source Unit Parent
function public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDMacros

Description

Indicates whether two TFDMacros objects have identical contents.

Use the IsEqual function to compare two TFDMacros objects. IsEqual returns TRUE if the objects have identical contents and FALSE otherwise. Two TFDMacros objects are identical if all their properties match.