I want to assert that the elements of two list contains values that I expected, something like:
var foundCollection = fooManager.LoadFoo(); var expectedCollectio
To perform equivilance operations on complex types you need to implement IComaprable.
http://support.microsoft.com/kb/320727
Alternatively you could use recursive reflection, which is less desirable.