Equals Block
Last updated
Last updated
The equals block returns true if both inputs are equal.
To specify the blocks comparison type, use the dropdown in the center of the block.
=
The not equals block returns true if both inputs aren't equal.
≠
The less than block returns true if the first input is less than the second input.
<
The more than block returns true if the first input is more than the second input.
>
The less than or equal block returns true if the first input is less than or equal to the second input.
≤
The less than or equal block returns true if the first input is more than or equal to the second input.
≥