I have read this question
How to test for blank text field when using robotframework-selenium?
as well as the two links to the Robot Framework documentation in the answers but I still don't get how to check if a variable is empty.
I want to do this
if var A equals var B then
do something
else
do something else
where A is a string that can both contain something as well as be empty and where B is empty or null.