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