예제 #1
0
 /// <summary>Compare 2 LanguageString objects. They are identical if they have the same Iso3LanguageId</summary>
 public static int Compare(DescriptionType langStrA, DescriptionType langStrB)
 {
     return(langStrA.CompareTo(langStrB));
 }