A string that specifies how the inputs should be compared.
"=" | "equal to" |
">" | "greater than" |
"<" | "lesser than" |
"≥" | "greater than or equal to" |
">=" | "greater than or equal to" |
"≤" | "lesser than or equal to" |
"<=" | "lesser than or equal to" |
"≠" | "not equal to" |
"!=" | "not equal to" |