I have two images....
And i want to determine if they are equal...
I thought i could use
Image1.Equals(Image2) but this is not correct...
OR
System.Drawing.Equals(Image1, Image2 ) and this does not seem to work.
Basically, i want to determine if the image is the same as the one on a toolbar button, than I want to remove the image from the imagelist.
Thanks,
-ter
And i want to determine if they are equal...
I thought i could use
Image1.Equals(Image2) but this is not correct...
OR
System.Drawing.Equals(Image1, Image2 ) and this does not seem to work.
Basically, i want to determine if the image is the same as the one on a toolbar button, than I want to remove the image from the imagelist.
Thanks,
-ter