[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.Equals

Check for equivalence with another ImageList

Declaration

Source position: imglist.pp line 158

public function TCustomImageList.Equals(

  Obj: TObject

):Boolean;

Arguments

Obj

  

The object (ImageList) to compare with.

Function result

True when the image lists are equal.

Description

This is an expensive operation, since both imagelists are written into memory streams, which then are compared bytewise.