Пример #1
0
 public int CompareTo(COMAppIDEntry other)
 {
     return(AppId.CompareTo(other.AppId));
 }