CompareInfo.Compare Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
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.
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. |
Top