Constraint.LogicalNot(Constraint) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This operator creates a constraint that is satisfied if the argument constraint is not satisfied.
public static NUnit.Framework.Constraints.Constraint operator ! (NUnit.Framework.Constraints.Constraint constraint);
static member ( ~~~ ) : NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.Constraint
Parameters
- constraint
- Constraint