Comparison for equality.
Right hand side type.
The string to compare with.
A positive number if $(D_KEYWORD this) is lexicographically greater than that, if equal 0, else -1.
assert(String("Голубая кофта.") < String("Синие глаза.")); assert(String("Никакой я правды") < String("милой не сказал")[]);
See Implementation
Comparison for equality.