Implementation of the Not predicate. It is true if its operand is false
Inheritance Hierarchy
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public sealed class Not : UnaryPredicateBase, IEquatable<Not>
Members
All Members | Constructors | Methods | |||
Member | Description | |
---|---|---|
Not(Predicate) |
Initializes a new instance of the Not class.
| |
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) | |
Equals(UnaryPredicateBase) |
Determines whether the specified UnaryPredicateBase is equal to the current Not.
(Overrides UnaryPredicateBase.Equals(UnaryPredicateBase).) | |
Equals(Not) |
Determines whether the specified Not is equal to the current Not.
|