Exemple #1
0
 public int CompareTo(FAF other)
 {
     return(ToStringN().CompareTo(other.ToStringN()));
 }