Skip to main content

TcxCustomImageList.IsEquals(TCustomImageList,TCustomImageList) Method

Identifies if the two specified references address the same image list.

Declaration

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