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