[Overview][Types][Classes][Index] |
Check for equivalence with another ImageList
Source position: imglist.pp line 164
public function TCustomImageList.Equals( |
Obj: TObject |
):Boolean; |
Obj |
|
The object (ImageList) to compare with. |
True when the image lists are equal.
This is an expensive operation, since both imagelists are written into memory streams, which then are compared bytewise.
lazarus-ccr.sourceforge.net |