What do we use comparisons with == for?

Skipping or running code depending on whether two values are the sameAlways running code since a comparison with == always returns True

Skipping or running code depending on whether two values are the same.