Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I compare two images ?

Status
Not open for further replies.

TerDavis

Technical User
Sep 18, 2002
36
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top