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

TCustomImageList.Equals

Check for equivalence with another ImageList

Declaration

Source position: imglist.pp line 160

public function TCustomImageList.Equals(

  Obj: TObject

):Boolean;

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.