existing .NET API for image /binary files comparison?

Hi :
I am writing a tool that would need to compare an image file,
I am just wondering if .Net Framework offers such function call.
Also, is there a more generic function that does comparison for binary files in general?
Please let me know..
Many thanks
[289 byte] By [doglin82] at [2007-11-20 11:46:16]
# 1 Re: existing .NET API for image /binary files comparison?
Yes, it is called hashing ( http://msdn2.microsoft.com/en-us/library/system.security.cryptography.md5.aspx).
Tischnoetentoet at 2007-11-9 11:37:08 >