Description
Testing if an enumerable contains the equivalent of itself does not pass.
Reproduction Steps
var test = new List<string>() { "test" };
test.Should().ContainEquivalentOf(test);
Expected behavior
It should pass.
Actual behavior
It does not pass.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response