Exemplo n.º 1
0
 public int CompareTo(AtomInfo other)
 {
     return(atom.CompareTo(other.atom));
 }