I compare two collections of objects with .ShouldAllBeEquivalentTo
The collections has different object count and some of the properties of the objects has different values.
The test results only report about different object count between the collections but no info on the mismatches between the property values.
Is there a syntax to be able to achieve a report with the property value mismatches besides the object count difference?
Thanks