operator

property StopCondition.operator: OperatorBase

The comparison operator to use to check if the stop condition is valid.

The available operators are:

Returns

OperatorBase

The comparison operator to use to check if the stop condition is valid.

Raises

TypeError

If operator is not an instance of OperatorBase.