예제 #1
0
파일: Constant.cs 프로젝트: tipfom/calq
 public int CompareTo(Constant other)
 {
     return(Name.CompareTo(other.Name));
 }