Is it possible to compare a binary file in c#?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-05-27T18:19:21Z Indexed on 2010/05/27 18:21 UTC
Read the original article Hit count: 176

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about file-io