public bool Equals(Segment2Di other) { return this.Start == other.Start && this.End == other.End; }
public bool Equals(Segment2Di other) { return(this.Start == other.Start && this.End == other.End); }