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