Does the order of the operands in == matter?
With this sort of question it is often easiest to try it yourself and see. You will find that single boolean comparisons are equivalent whichever way round you have the values. From a reader’s point of view most people would put the “unknown” variable first because it is the subject of the comparison, but syntactically it does not matter.