== and eq give the same result using EL to do my string comparison tests:
==
eq
Both are same. Both == and eq will result in the following code:
jspContext.findAttribute("person.sokande_i").equals("endast_usa")
for EL
${person.sokande_i == 'endast_usa'}