Click or drag to resize

OnMergeMatchItemIsMatched Property

Returns true for matched, and false for not-matched.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsMatched { get; set; }

Property Value

Type: Boolean
matched or not-matched indicator
See Also