[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an equals (=) comparator in a filter expressiun tree.

The following tables list the members exposed by the ExprEqualsNode type.

Public Properties

  NameDescription
ChildNodes
Returns list of child nodes.
(Inherited from ExprNode.)
ExpressionString
Returns the expression node rendered as a string.
(Overrides .ExpressionString.)
NotEquals
Returns true if this is a NOT EQUALS node, false if this is a EQUALS node.

ReturnType
Returns the type that the node's evaluate method returns an instance of.
(Overrides .ReturnType.)