4 instantiations of EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
1840 var expected = new[] { new EquatableObject { Char = 'a' } }; 1841 var actual = new[] { new EquatableObject { Char = 'a' } }; 1857 var expected = new[] { new EquatableObject { Char = 'a' } }; 1858 var actual = new[] { new EquatableObject { Char = 'b' } };
2 references to EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
1863 public class EquatableObject : IEquatable<EquatableObject> 1867 public bool Equals(EquatableObject? other) =>