CompareOperation

class mtf.enum_types.CompareOperation

An enumeration.

EQ = 0
GE = 1
GT = 2
LE = 3
LT = 4
NE = 5