FireDAC.Stan.Param.TFDParams.IsEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEqual(AValue: TFDParams): Boolean;

Properties

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

Description

Indicates whether two TFDParams objects have identical contents.

Use the IsEqual method to compare two TFDParams objects. IsEqual returns TRUE if the objects have identical contents and FALSE otherwise.

Two TFDParams objects are identical if all their properties match.