Separate Comparer and EqualityComparer creation logic into a non-generic class (dotne...
authorJames Ko <jamesqko@gmail.com>
Wed, 22 Feb 2017 18:01:40 +0000 (13:01 -0500)
committerJan Kotas <jkotas@microsoft.com>
Wed, 22 Feb 2017 18:01:40 +0000 (10:01 -0800)
commitc6042da5a97a4299af6792d93e505fa1075bcd90
tree1eff3480d8a8bf0ce01dc988083263c30417c39d
parent3d5fc2642d72a5c826de7591dd6aceb5e88dd433
Separate Comparer and EqualityComparer creation logic into a non-generic class (dotnet/coreclr#9640)

Commit migrated from https://github.com/dotnet/coreclr/commit/84092471c678da00bb59d86fb5fcd0890a524472
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/src/System/Collections/Generic/Comparer.cs
src/coreclr/src/mscorlib/src/System/Collections/Generic/ComparerHelpers.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Collections/Generic/EqualityComparer.cs