Compares two String objects by evaluating the numeric values of the corresponding characters in the two string values represented by the objects.
int CompareOrdinal(
String^ str1,
String^ str2)
Compares two String objects by evaluating the numeric values of the corresponding characters in the two string values represented by the objects.
int CompareOrdinal(
String^ str1,
String^ str2)