Rule: When you "customize" the equals() method, you also need to customize the hashCode() method.
equals()
hashCode()
For now, ignore this rule. You will learn about hashCode() in the next challenge.