CompareInfo::Compare Method
.NET Framework (current version)
Compares two strings.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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^, String^) | Compares two strings. |
![]() | Compare(String^, String^, CompareOptions) | Compares two strings using the specified CompareOptions value. |
Show:
