Compares two strings and returns the sort order.
A string to compare to strB.
A string to compare to strA.
-1 is strA is less than strB; 0 if strA is equal to strB; 1 if strA is greater than strB.
See Implementation
Compares two strings and returns the sort order.