Fork me on GitHubEpicdominant domains
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 MembersConstructorsMethods   



MemberDescription
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.
blog comments powered by Disqus