Compares Src pixel and Dest pixel.
function ComparePixels(PixelA: Pointer; PixelB: Pointer; BytesPerPixel: LongInt): Boolean;
ImagingFormats (at line 120)
It is faster than SysUtils.CompareMem function.