str == ustr
Comparison operation.
str left,
ustr right
)
Return value
Returns 1 if the strings are equal. Otherwise, it returns 0.
ustr == str
Comparison operation.
ustr left,
str right
)
Return value
Returns 1 if the strings are equal. Otherwise, it returns 0.
Related links | Source |