4 instantiations of EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
1140 var expected = new[] { new EquatableObject { Char = 'a' } }; 1141 var actual = new[] { new EquatableObject { Char = 'a' } }; 1149 var expected = new[] { new EquatableObject { Char = 'a' } }; 1150 var actual = new[] { new EquatableObject { Char = 'b' } };
2 references to EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
1165 public class EquatableObject : IEquatable<EquatableObject> 1169 public bool Equals(EquatableObject? other) =>