********** Comparison ********** Comparison operations are the ones which sets a condition and evaluates if that condition is fulfilled or not. .. py:currentmodule:: vtlengine.Operators.Comparison Two main classes inherits from Binary and Unary main class, to ensure the data type is boolean and is able to perform the operation. .. autoclass:: Unary .. autoclass:: Binary The following classes contain the comparison operators: .. autoclass:: .. autoclass:: .. autoclass::