Verify Bit Sequence

Hi,
i would like verify if two file are equals (name and content) using the Bit Sequence.
Is it Possibile? If yes, how can do it?

You can compute MD5 hashes of files and compare them. Try this code: compute_hash.xaml (5,1 KB)

Yes, simply use Hash File from Cryptography.

image