BinaryOperator.ApplyOperator(Constraint, Constraint) Method
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.
Abstract method that produces a constraint by applying the operator to its left and right constraint arguments.
public abstract NUnit.Framework.Constraints.Constraint ApplyOperator (NUnit.Framework.Constraints.Constraint left, NUnit.Framework.Constraints.Constraint right);
abstract member ApplyOperator : NUnit.Framework.Constraints.Constraint * NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.Constraint
Parameters
- left
- Constraint
- right
- Constraint