Data.DB.TParams.IsEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEqual(Value: TParams): Boolean;

C++

bool __fastcall IsEqual(TParams* Value);

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB TParams

Description

Indicates whether two TParams objects have identical Items.

IsEqual returns True if the Items property of the Value parameter exactly matches the Items property. To match, each Items list must have the same number of field parameters, in the same order, which match on name, datatype, parameter type, and value.

See Also