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