
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
String.CompareOrdinal Method
.NET Framework 2.0
Compares two String objects by evaluating the numeric values of the corresponding Char objects in each string.
Name | Description |
---|---|
String.CompareOrdinal (String, String) | Compares two specified String objects by evaluating the numeric values of the corresponding Char objects in each string. Supported by the .NET Compact Framework. |
String.CompareOrdinal (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. Supported by the .NET Compact Framework. |
Show: