IsBetween Method
IsBetween(object, object)
Succeeds if the target value is between the specified inclusive bounds.
Declaration
public virtual IPredicate IsBetween(object lowerBound, object upperBound)
Parameters
| object | lowerBound | The lower inclusive bound. |
| object | upperBound | The upper inclusive bound. |
Returns
| IPredicate | A new predicate. |