RF inherits a lot of style and functionality from Python. In Python, a single equals sign is only for assignment. Double for comparison.
For readability you can use Run Keyword Unless
Run Keyword Unless x == y Some Keyword
or
Run Keyword If x != y Some Keyword