not_equal

Returns true if the first input is not equal to the second one using the native ordering of the type.

In this case, one of first < second or first > second is true.

Inputs

first

First value to compare.

second

Second value to compare.

Output

output

Returns true if first is not equal to second.