Beispiel #1
0
 public int CompareTo(Constant other)
 {
     return(Name.CompareTo(other.Name));
 }