TcxCustomImageList.IsEquals(TCustomImageList,TCustomImageList) Method
In This Article
Identifies if the two specified references address the same image list.
#Declaration
Delphi
class function IsEquals(AImages1: TCustomImageList; AImages2: TCustomImageList): Boolean;
#Parameters
Name | Type | Description |
---|---|---|
AImages1 | TCustom |
The first source image list. |
AImages2 | TCustom |
The second source image list. |
#Returns
Type | Description |
---|---|
Boolean | True if the variables (in Delphi) or pointers (in C++Builder) passed as the AImages1 and AImages2 parameters refer to the same image list within the memory; otherwise, False. |
See Also