Click or drag to resize

ExpressionsNeq Method (String, Object)

Not-Equals between a property and a constant.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static RelationalOpExpression Neq(
	string propertyName,
	Object value
)

Parameters

propertyName
Type: SystemString
the name of the property providing left hand side values
value
Type: SystemObject
is the constant to compare

Return Value

Type: RelationalOpExpression
expression
See Also