There are a number of other string methods that you might find useful. They are:
Compare(), CompareTo(), CompareOrdinal() – determines the sort order of strings. It checks if one string is ordered before another when in alphabetical order, whether it is ordered after, or is equivalent.… Read more