I am comparing to make sure 2 dlls are generated from same source. As I could not use external tools to compare, I just created IL files using IL disassembler and comparing manually.
For the below fields in a .IL file , the count is same while comparing.
// CLR method headers : // Num.of method bodies - // Num.of fat headers - // Num.of tiny headers - // Managed code : // Ave method size -
Order of class names are not same while count and names are same .
Is it safe to assume for the above scenarios that both DLLs are from same source code?