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