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

System.IComparable<T>

public interface IComparable<T>
namespace System { public interface IComparable<in T> { int CompareTo(T other); } }