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