Compare 2 Files Byte for Byte
Hi All,
Trying to figure out a way to compare 2 files byte for byte and capture/return the decimal offset/location of each difference.
I've looked at binaryreader and streamreader but really am unsure how to read and compare.
Any tips?
Thanks