concepts.dsl.expression.ObjectCompareExpression#
- class ObjectCompareExpression[source]#
Bases:
_CompareExpressionBase
Methods
cached_string
([max_length])Attributes
The comparison operation.
The left-hand side of the comparison.
The right-hand side of the comparison.
- OpType#
alias of
CompareOpType
- __init__(compare_op, lhs, rhs)#
- Parameters:
compare_op (CompareOpType)
- __new__(**kwargs)#
- check_arguments()#
- property arguments: Tuple[ObjectOrValueOutputExpression, ObjectOrValueOutputExpression]#
- compare_op: CompareOpType#
The comparison operation.
- lhs: ObjectOutputExpression | VariableExpression#
The left-hand side of the comparison.
- rhs: ObjectOutputExpression | VariableExpression#
The right-hand side of the comparison.