In This Article

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 true.

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 true.

Xor

The filter includes an item if either a source boolean or a specified boolean are true, but not both.