On Wed, Aug 11, 2010 at 8:01 PM, Timwi <[email protected]> wrote: > I realise that .Import() is probably free to create new instances of > any references — it is not *required* to return the same instance for > the same thing. However, it would be nice if it did.
Indeed, it's not required, and Import will return new instances. Instead of relying on comparing instances, you should write your own equality comparer. -- Jb Evain <[email protected]> -- -- mono-cecil
