FireDAC.Stan.Param.TFDMacros.IsEqual
Delphi
function IsEqual(AValue: TFDMacros): Boolean;
C++
bool __fastcall IsEqual(TFDMacros* AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
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.