コード例 #1
0
 public int CompareTo(AtomInfo other)
 {
     return(atom.CompareTo(other.atom));
 }