BooleanBinaryExpressionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of boolean expressions that have two expressions as children.
[System.Serializable]
public enum BooleanBinaryExpressionType
[<System.Serializable>]
type BooleanBinaryExpressionType =
Public Enum BooleanBinaryExpressionType
- Inheritance
-
BooleanBinaryExpressionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
And | 0 | The AND keyword, boolean and operation |
Or | 1 | The OR keyword, boolean or operation |