Enum BoolOperator
The boolean operators supported by the Analyzer.
Namespace: Microsoft.CST.OAT
Assembly: OAT.dll
Syntax
public enum BoolOperator
Fields
| Name | Description |
|---|---|
| AND | Logical and |
| NAND | Logical not and |
| NOR | Logical not or |
| NOT | Logical not |
| OR | Logical or |
| XOR | Logical xor |