Click or drag to resize

MatchExpressionHasNext Method

Checks if the current matching expression is concatenated to another one through a logical operator.

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool HasNext()

Return Value

Type: Boolean
true if the current matching expression is concatenated to another one.
See Also