public bool Equals(Line other) { return(Direction.CollinearTo(other.Direction) && other.Contains(A)); }