String::CompareOrdinal Method

 

Compares two String objects by evaluating the numeric values of the corresponding Char objects in each string.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompareOrdinal(String^, Int32, String^, Int32, Int32)

Compares substrings of two specified String objects by evaluating the numeric values of the corresponding Char objects in each substring.

System_CAPS_pubmethodSystem_CAPS_staticCompareOrdinal(String^, String^)

Compares two specified String objects by evaluating the numeric values of the corresponding Char objects in each string.

Return to top
Show: