Hello,

Can someone explain to me why statement A returns True and statement B returns False.

Statement A:
is_myself("$ru")

Statement B:
uri == myself


Isn't uri and $ru referencing the same data?   

With my current config i am expecting the is_myself to return True;  i was expecting the same for Statement B but unfortunately it is returning False.

Thanks,

Karthik