Skip to main content

11 docs tagged with "Comparison"

View All Tags

Equals

Compares the two input values and outputs True if they are the same. False if they are different.

Equals

Compares the input values and outputs True if they are the same. False if they are different.

Greater Than

Returns True if input A is greater than input B.

Greater Than

Returns True if input A is greater than input B.

Less or Equal

Returns True if input A is less than or equal to input B.

Less or Equal

Returns True if input A is less than or equal to input B.

Less Than

Returns True if input A is less than input B.

Less Than

Returns True if input A is less than input B.

Not Equals

Compares the input values and outputs True if they are different. False if they are the same.