public int CompareTo( [AllowNull] T other) { return(ChainComparer <T> .InternalCompare(this.Value, other)); }
public bool Equals( [AllowNull] T other) { return(ChainComparer <T> .InternalEquals(this.Value, other).Result); }