Class ArrayNot
NOT node - negation of inner condition.
public record ArrayNot : ArrayFilterNode, IEquatable<ArrayFilterNode>, IEquatable<ArrayNot>
Inheritance
Implements
Properties
Inner
public ArrayFilterNode Inner { get; init; }
Constructors
ArrayNot(ArrayFilterNode)
NOT node - negation of inner condition.