IsGreaterThan Method
IsGreaterThan(object)
Succeeds if the target value is greater than the specified value.
Declaration
public virtual IPredicate IsGreaterThan(object value)
Parameters
| object | value | The value. |
Returns
| IPredicate | A new predicate. |