Is it possible to compare two "storeText" in Kantu-Chrome

Is it possible to compare two “storeText” in Kantu-Chrome
I stored one name in “name1” and another in “name2” using storeText.

How will I compare these two names are same or not. Please help me on this and let me know if required more details.

Thanks
DP Rao

Oops,

I achieved this using below condition

if “${name1}”=="${name2}"

thanks for your time.