Predicate Operators |
The Predicate type exposes the following members.
Name | Description | |
---|---|---|
BitwiseAnd |
Operator overload for the '&' operator, to concatenate predicates together.
| |
BitwiseOr |
Operator overload for the '|' operator, to concatenate predicates together
| |
LogicalNot |
Operator overload for the ! operator, to negate the passed in predicate.
|