Declaration
function Equals(Bitmap: TIEBitmap): Boolean;
Description
Returns true if the two images are identical.
Equals will compare:
if ImageEnView1.IEBitmap.Equals( ImageEnView2.IEBitmap ) then
ShowMessage( 'Images are identical' )
else
ShowMessage( 'Images are different' );
See Also
◼ComputeImageEquality◼CompareWith◼CompareHistogramWith