[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)
Return true if a expression node semantically equals the current node, or false if not.
Concrete implementations should compare the type and any additional information
that impact the evaluation of a node.
Namespace: net.esper.eql.expression
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function EqualsNode ( _ node As ExprNode _ ) As Boolean |
C# |
---|
public abstract bool EqualsNode ( ExprNode node ) |
Visual C++ |
---|
public: virtual bool EqualsNode ( ExprNode^ node ) abstract |
Parameters
- node
- net.esper.eql.expression.ExprNode
to compare to