RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParams.IsEqual Method

Indicates whether two TParams objects have identical Items.

Pascal
function IsEqual(Value: TParams): Boolean;
C++
__fastcall Boolean IsEqual(TParams Value);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!