public int CompareTo(NotNull <T> other) { return(CompareTo(other.Value)); }
public bool Equals(NotNull <T> other) { return(Equals(other.Value)); }