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

ustr < ustr

Comparison operation.

operator uint < (
   ustr left,
   ustr right
)

Return value

Returns 1 if the first string is less than the second one. Otherwise, it returns 0.


ustr <= ustr

Comparison operation.

operator uint <= (
   ustr left,
   ustr right
)

Return value

Returns 1 if the first string is less or equal the second one. Otherwise, it returns 0.

Related links

Source

Edit