Click or drag to resize

LikeExpressionNot Property

Returns true if this is a "not like", or false if just a like

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

Return Value

Type: Boolean
indicator whether negated or not
See Also