Beispiel #1
0
 public bool IsEqual(Point point)
 {
     return this.GetX() == point.GetX() && this.GetY() == point.GetY();
 }