CLICollection :: SetFilter - Logical operations
Logical operations are provided as unary and binary operations. Supported binary operations are:
and , & - logical and
or , | - logical or
xor - exclusive or
Supported unary operations are:
not , ! - negation
Return value: Success ( logical )