EnglishРусский  
 Share/Save/Bookmark
 

str == ustr

Comparison operation.

operator uint == (
   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
)

Return value

Returns 1 if the strings are equal. Otherwise, it returns 0.

Related links

Source

Edit