Example #1
0
 protected bool Equals(PointWithDistance other)
 {
     return(Equals(Point, other.Point));
 }
Example #2
0
 protected bool Equals(PointWithDistance other)
 {
     return Equals(Point, other.Point);
 }