How would you check two variables have equal values without changing the value of one otherwise?
Assignment you are assigning a value to the left side. Equality you are checking if the left and right are equal.
It's "set equal to" Vs "is equal to" one is an operation the other is a condition.
This is definitely the answer. Bonus points for contextless clues to getting the other half.