BinaryOperator public abstract class BinaryOperator : ConstraintOperator Abstract base class for all binary operators Documentation protected BinaryOperator() public abstract Constraint ApplyOperator(Constraint left, Constraint right) Abstract method that produces a constraint by applying the operator to its left and right constraint arguments.