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.  |