myStr1.compareTo(myStr2) or "String".compareTo("String")
Returns 0 if the first string is equal to the other string.
<0 is returned if the first string is less than the other (less characters).
>0 if the first string is greater than the other string (more characters).