How can I tell whether two .NET DLLs are the same?
Posted
by Craig Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Craig Johnston
Published on 2010-04-29T08:03:04Z
Indexed on
2010/04/29
8:07 UTC
Read the original article
Hit count: 315
I have the source for a DLL and I have a compiled version of it lying around somewhere.
If I compile the source it will have a different date to the already-compiled version.
How can I tell whether they are in fact the same and have merely been compiled at different times?
© Stack Overflow or respective owner