MatchExpressionCondition Property |
Returns the matching criteria used during values comparison.
Namespace:
Sfs2X.Entities.Match
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public IMatcher Condition { get; }
Property Value
Type:
IMatcherRemarks
Different objects implementing the interface can be used, depending on the type of the variable or property to check.
See Also