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