Returns a constraint that is the logical negation of its argument.
Returns a constraint that is the logical negation of its argument.
IConstraint Not(IConstraint);
Returns a constraint that is the logical negation of its argument and assigns the string name
as the name of the returned constraint.
IConstraint Not(IConstraint,string);