Implementation of the Or predicate. It is true if any operand is true.
Inheritance Hierarchy
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public sealed class Or : BinaryPredicateBase, IEquatable<Or>
Members
All Members | Constructors | Methods | |||
Member | Description | |
---|---|---|
Or(Predicate, Predicate) |
Initializes a new instance of the Or 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 Or.
(Overrides BinaryPredicateBase.Equals(BinaryPredicateBase).) | |
Equals(Or) |
Determines whether the specified Or is equal to the current Or.
|