Point p1 = new Point(10, 20);
Point p2 = new Point(5, 10);

String name = "Fiore";

p1.equals(p2);

name.equals("boring guy");
