Exemple #1
0
 public int CompareTo(Rule other)
 {
     return LeftSide.CompareTo(other.LeftSide);
 }