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

Fantastic! It seems like you can compare apples to oranges, doesn't it?

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