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

System.Collections.IComparer

public interface IComparer
namespace System.Collections { public interface IComparer { int Compare(object x, object y); } }