IsGreaterThanOrEqualTo Method
IsGreaterThanOrEqualTo(Object)
Succeeds if the target value is greater than, or equal to, the specified value.
Declaration
public virtual IPredicate IsGreaterThanOrEqualTo(object value)
Parameters
Object | value | The value. |
Returns
IPredicate | A new predicate. |