Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImageList.IsEquals(TCustomImageList,TCustomImageList) Method

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 TCustomImageList

The first source image list.

AImages2 TCustomImageList

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