Comment 4 for bug 676560

Revision history for this message
Simone Busoli (simone.busoli) wrote :

I have committed a first naive implementation on this branch: https://code.launchpad.net/~simone.busoli/nunitv2/iequatable-67650
My main concerns are related to performance as it requires reflection to work, but it's also true that it sits right before the last fallback which uses object.Equals and the equality has likely been handled before then.

Thoughts?