AndConstraint public class AndConstraint : BinaryConstraint AndConstraint succeeds only if both members succeed. Documentation Code public AndConstraint(IConstraint left, IConstraint right) Create an AndConstraint from two other constraints