BoolMatch Fields |
The BoolMatch type exposes the following members.
Name | Description | |
---|---|---|
EQUALS |
An instance of BoolMatch representing the following condition: bool1 == bool2.
| |
NOT_EQUALS |
An instance of BoolMatch representing the following condition: bool1 != bool2.
|