Constraint.BitwiseOr(Constraint, 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 either of the argument constraints is satisfied.
public static NUnit.Framework.Constraints.Constraint operator | (NUnit.Framework.Constraints.Constraint left, NUnit.Framework.Constraints.Constraint right);
static member ( ||| ) : NUnit.Framework.Constraints.Constraint * NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.Constraint
Parameters
- left
- Constraint
- right
- Constraint