CompareInfo.Compare Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two strings and returns an integer that indicates their relationship to one another in the sort order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Compare(String, String) | Compares two strings and returns an integer that indicates their relationship to one another in the sort order. |
|
Compare(String, String, CompareOptions) | Compares two strings using the specified CompareOptions value and returns an integer that indicates their relationship to one another in the sort order. |
|
Compare(String, Int32, String, Int32) | Compares the end section of a string with the end section of another string and returns an integer that indicates their relationship to one another in the sort order. |
|
Compare(String, Int32, String, Int32, CompareOptions) | Compares the end section of a string with the end section of another string using the specified CompareOptions value and returns an integer that indicates their relationship to one another in the sort order. |
|
Compare(String, Int32, Int32, String, Int32, Int32) | Compares a section of one string with a section of another string and returns an integer that indicates their relationship to one another in the sort order. |
|
Compare(String, Int32, Int32, String, Int32, Int32, CompareOptions) | Compares a section of one string with a section of another string using the specified CompareOptions value and returns an integer that indicates their relationship to one another in the sort order. |
Show: