<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Collections.IEqualityComparer

public interface IEqualityComparer
namespace System.Collections { public interface IEqualityComparer { new bool Equals(object x, object y); int GetHashCode(object obj); } }