CompareInfo::Compare Method

 

Compares two strings.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCompare(String^, Int32, Int32, String^, Int32, Int32)

Compares a section of one string with a section of another string.

System_CAPS_pubmethodCompare(String^, Int32, Int32, String^, Int32, Int32, CompareOptions)

Compares a section of one string with a section of another string using the specified CompareOptions value.

System_CAPS_pubmethodCompare(String^, Int32, String^, Int32)

Compares the end section of a string with the end section of another string.

System_CAPS_pubmethodCompare(String^, Int32, String^, Int32, CompareOptions)

Compares the end section of a string with the end section of another string using the specified CompareOptions value.

System_CAPS_pubmethodCompare(String^, String^)

Compares two strings.

System_CAPS_pubmethodCompare(String^, String^, CompareOptions)

Compares two strings using the specified CompareOptions value.

Return to top
Show: