Hi! There is an error in the game im making.

If PictureBox5.Image = My.Resources.Resources.hm3 Then
Returns the error : Operator '=' is not defined for types 'System.Drawing.Image' and 'System.Drawing.Bitmap'.

What alternatives are there for =, and why does this happen?


Thanks!