BOOL

BOOL enumeration

Boolean.

public enum BOOL

Values

Name Value Description
Undefined 0 Undefined state.
False 1 False.
True 2 True.

See Also