S
Saber
There are some Images (System.Drawing.Image) with same widths and heights,
I want to find if 2 images are equal.
How can I do it?
The following code always returns false:
If img1.Equals(img2) Then
MsgBox("ok!")
Else
MsgBox("wrong!")
End If
I want to find if 2 images are equal.
How can I do it?
The following code always returns false:
If img1.Equals(img2) Then
MsgBox("ok!")
Else
MsgBox("wrong!")
End If