[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.eql.expression
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ isNotEquals As Boolean _ ) |
C# |
---|
public ExprEqualsNode ( bool isNotEquals ) |
Visual C++ |
---|
public: ExprEqualsNode ( bool isNotEquals ) |
Parameters
- isNotEquals
- System.Boolean
true if this is a (!=) not equals rather then equals, false if its a '=' equals