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