RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDesignerSelections.Equals Method

Indicates whether the selections list is identical to another selections list.

Pascal
function Equals(const List: IDesignerSelections): Boolean;
C++
__fastcall Boolean Equals(const IDesignerSelections List);

Call Equals to determine whether the list specified by the List parameter contains exactly the same objects in the same order as this list. Equals returns false if the other list  

Contains objects not in the Items array. 

Contains a subset of the objects in the Items array. 

Contains the same objects but in a different order. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!