Class SFS2X.Entities.Match.BoolMatch
Check boolean conditions in matching expressions.
Field Summary
Field Detail
<static> <constant>
{BoolMatch}
SFS2X.Entities.Match.BoolMatch.EQUALS
An instance of BoolMatch representing the following condition: bool1 == bool2.
- See also:
- SFS2X.Entities.Match.MatchExpression
<static> <constant>
{BoolMatch}
SFS2X.Entities.Match.BoolMatch.NOT_EQUALS
An instance of BoolMatch representing the following condition: bool1 != bool2.
- See also:
- SFS2X.Entities.Match.MatchExpression