Пример #1
0
 public int CompareTo(BinaryOperator other)
 {
     return(Op.CompareTo(other.Op));
 }