BoolMatch Class |
Namespace: Sfs2X.Entities.Match
public class BoolMatch : IMatcher
The BoolMatch type exposes the following members.
Name | Description | |
---|---|---|
Symbol |
Returns the condition symbol of this matcher.
| |
Type |
Returns the type id of this matcher.
|
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.
|