Comparison
Used to compare two expressions. Returns a binary result.
For example, it can be used like this:
The statement x is not equal to y would be represented in Conjure Blocks as follows:

and would produce the following Essence Output:
x != y
See here for information about the comparison operators conjure uses.