Click or drag to resize

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
C#
public IMatcher Condition { get; }

Property Value

Type: IMatcher
Remarks
Different objects implementing the interface can be used, depending on the type of the variable or property to check.
See Also