There's a big difference between = and ==. We use = to store values and == to compare them.

Fantastic! The = sign stores values and the == sign compares them.

Make sure that you store the result of the comparison with = and make the comparison with ==.