<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.IEquatable<T>

public interface IEquatable<T>
namespace System { public interface IEquatable<T> { bool Equals(T other); } }