Between Method
Between(String, Object, Object)
Succeeds if the target value is between the specified inclusive bounds.
Declaration
public static IPredicate Between(string name, object lowerBound, object upperBound)
Parameters
| String | name | The name of the target. |
| Object | lowerBound | The lower inclusive bound. |
| Object | upperBound | The upper inclusive bound. |
Returns
| IPredicate | A new predicate. |