Method False
False<T>()
Creates a predicate expression that always evaluates to false
.
public static Expression<Func<T, bool>> False<T>()
Returns
- Expression<Func<T, bool>>
A predicate expression that always evaluates to
false
.
Type Parameters
T
The type of the parameter in the expression.