Exemplo n.º 1
0
 protected bool Equals(PointWithDistance other)
 {
     return(Equals(Point, other.Point));
 }
Exemplo n.º 2
0
 protected bool Equals(PointWithDistance other)
 {
     return Equals(Point, other.Point);
 }