Example #1
0
 public virtual int CompareTo(IC other)
 {
     return(ToStringN().CompareTo(other.ToStringN()));
 }