This is a comparison operator used for non-equality.*
>
<
=
<>
Answers
Answered by
8
The equal-to operator ( == ) returns true if both operands have the same value; otherwise, it returns false . The not-equal-to operator ( != ) returns true
Similar questions