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