Comparison

Comparison operations are the ones which sets a condition and evaluates if that condition is fulfilled or not.

Two main classes inherits from Binary and Unary main class, to ensure the data type is boolean and is able to perform the operation.

class vtlengine.Operators.Comparison.Unary

Unary comparison operator. It returns a boolean.

class vtlengine.Operators.Comparison.Binary

Binary comparison operator. It returns a boolean.

The following classes contain the comparison operators: