protected bool Equals(PointWithDistance other) { return(Equals(Point, other.Point)); }
protected bool Equals(PointWithDistance other) { return Equals(Point, other.Point); }