Is it possible to compare a binary file in c#?
- by Blankman
I want to replace a binary file if the contents are different.
So I need to be able to compare the binary file (without having to deserialize it).
Is this possible?
I used binary formatter to save the file.