Click or drag to resize

BoolMatch Class

The BoolMatch class is used in matching expressions to check boolean conditions.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.MatchBoolMatch

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class BoolMatch : IMatcher

The BoolMatch type exposes the following members.

Properties
  NameDescription
Public propertySymbol
Returns the condition symbol of this matcher.
Public propertyType
Returns the type id of this matcher.
Top
Fields
  NameDescription
Public fieldStatic memberEQUALS
An instance of BoolMatch representing the following condition: bool1 == bool2.
Public fieldStatic memberNOT_EQUALS
An instance of BoolMatch representing the following condition: bool1 != bool2.
Top
See Also