Exemplo n.º 1
0
 public bool Equals(Segment2Di other)
 {
     return this.Start == other.Start && this.End == other.End;
 }
Exemplo n.º 2
0
 public bool Equals(Segment2Di other)
 {
     return(this.Start == other.Start && this.End == other.End);
 }