Back to Devexpress

TcxCustomImageList.IsEquals(TCustomImageList,TCustomImageList) Method

vcl-cximagelist-dot-tcxcustomimagelist-dot-isequals-x28-vcl-dot-imglist-dot-tcustomimagelist-vcl-dot-imglist-dot-tcustomimagelist-x29.md

latest1.1 KB
Original Source

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

NameTypeDescription
AImages1TCustomImageList

The first source image list.

| | AImages2 | TCustomImageList |

The second source image list.

|

Returns

TypeDescription
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

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit