Click or drag to resize
Predicate Operators

The Predicate type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberBitwiseAnd
Operator overload for the '&' operator, to concatenate predicates together.
Public operatorStatic memberBitwiseOr
Operator overload for the '|' operator, to concatenate predicates together
Public operatorStatic memberLogicalNot
Operator overload for the ! operator, to negate the passed in predicate.
Top
See Also