if("asd" == "asd") // This is true
if("asd" == "def") // This is true as well
if("asd" $= "asd") // This is true
if("asd" $= "def") // This is false