This returns 0 if they are equal, < 0 if the string is less than source and> 0 if the string is > source. If the ignorecase boolean is TRUE, don't pay attention to case sensitivity. This functionality is used to build isGreaterThan etc. @return int - return value @param ignorecase -boolean - true if case is to be ignored. @param source -the string to be compared with this string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|