Implemented interface member:
4 references to Equals
Microsoft.Extensions.Compliance.Testing (2)
RedactedData.cs (2)
47public override bool Equals(object? obj) => obj is RedactedData other && Equals(other); 70return left.Equals(right);
Microsoft.Extensions.Compliance.Testing.Tests (2)
RedactionFakesEventCollectorTests.cs (2)
40Assert.True(first.Equals(second)); 41Assert.False(first.Equals(third));