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

System.IComparable

public interface IComparable
namespace System { public interface IComparable { int CompareTo(object obj); } }