using System.Collections.Generic;
public static void Main()
var result = strA.CompareOrdinal(strB);
Console.WriteLine("The substring in strA is less than the substring in strB.");
Console.WriteLine("The substring in strA is greater than the substring in strB.");
Console.WriteLine("The substrings are equal, or length is zero.");