| CMSStringCompare Method | 
| Name | Description | |
|---|---|---|
| Compare(String, String) | 
            Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
              | |
| Compare(String, String, Boolean) | 
            Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
              | |
| Compare(String, String, StringComparison) | 
            Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
              | |
| Compare(String, String, Boolean, CultureInfo) | 
            Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
              | |
| Compare(String, String, CultureInfo, CompareOptions) | 
            Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
              |