FireDAC.Stan.Param.TFDMacro.IsEqual
Delphi
function IsEqual(AValue: TFDMacro): Boolean;
C++
bool __fastcall IsEqual(TFDMacro* AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacro |
Description
Indicates whether two TFDMacro objects have identical contents.
Use the IsEqual function to compare two TFDMacro objects. IsEqual returns TRUE if the objects have identical contents and FALSE otherwise. Two TFDMacro objects are identical if all their properties match.