DADiSP Worksheet Functions > Function Categories > Relational Operators > Relational Operators

 

Relational Operators

 

< <= > >= == !=

Conditional operators

EQUAL

Determines if two expressions are equal

GREATER

Determines if one expression is greater than another expression

GREATEREQUAL

Determines if one expression is greater than or equal to another

LESSER

Determines if one expression is less than another

LESSEREQUAL

Determines if one expression is less than or equal to another

NOTEQUAL

Determines if two expressions are not equal