A quick question (hopefully:

I've got two bitmaps, one stored to disk, and one that's put into a picturebox using bitblt. I'd like to compare the two and check if they're identical.

Is there a simple way to do this? Er, even a complex one would be good. Right now, I'm checking a variety of pixel locations to see if certain colors match, but it's rather tedious with many images.

Ideas?

- Kronix