Is there any way to do so? I'm actually trying to compare the equality between a TypeDefinition and System.Reflection.Type. The following does not work:
Equals(typeDef, typeDef.Module.Resolve(type)) It returns true in some cases, but occasionally it returns false (even though they're the same type). Is there any proper way to achieve this? Thanks -- -- mono-cecil
