No, no difference.
You use the former because sometimes, in some languages, accidental assignment can result in 'true' (JavaScript, for example).
So you prefer to write the constant on the left, so that it's a compile time (if you have it, JavaScript obviously doesn't) error, or at best, a runtime error, instead of just a bug.