This documentation is archived and is not being maintained.
CompareInfo::Compare Method
Visual Studio 2010
Compares two strings.
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. |
|
Compare(String, String, CompareOptions) | Compares two strings using the specified CompareOptions value. |
|
Compare(String, Int32, String, Int32) | Compares the end section of a string with the end section of another string. |
|
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. |
|
Compare(String, Int32, Int32, String, Int32, Int32) | Compares a section of one string with a section of another string. |
|
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. |
Show: