BooleanFilterOperation Enum
Specifies the operations supported by BooleanFilterBase.
public enum BooleanFilterOperation
Fields
| Name | Description |
|---|---|
| And | The filter includes an item if a source boolean and a specified boolean are both |
| Equals | The filter includes an item if a source boolean equals a specified boolean. |
| NotEquals | The filter includes an item if a source boolean does not equal a specified boolean. |
| Or | The filter includes an item if either a source boolean or a specified boolean are |
| Xor | The filter includes an item if either a source boolean or a specified boolean are |