We can store the result of a comparison with the inequality operator in a variable like here where we'll store the comparison 1 != 2.
1 != 2
Make sure to pick =, followed by !=.
=
!=