Skip to content

Make ReferenceEqualityComparer real internal #20685

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

ajcvickers
Copy link
Contributor

Fixes #20629

Also changed it's name to avoid clashes with the .NET 5 one.

@ajcvickers ajcvickers requested a review from a team April 19, 2020 23:08

namespace Microsoft.EntityFrameworkCore.Internal
{
internal sealed class LegacyReferenceEqualityComparer : IEqualityComparer<object>, IEqualityComparer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UnicornEqualityComparer?

ReferenceEqualityComparerEx2?

@ajcvickers ajcvickers merged commit f95c45d into master Apr 20, 2020
@ajcvickers ajcvickers deleted the GonnaPlayThisBackToBack0419 branch April 20, 2020 21:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make ReferenceEqualityComparer real internal
2 participants