It is possible to compare background images of a pictureBox?
This piece of code works?:
pictureBox8.BackgroundImage == pictureBox9.BackgroundImage
I ask bcause apparently, if used as this:
if(pictureBox8.BackgroundImage == pictureBox9.BackgroundImage)
the result of that IF sentence is always false