Java View all facts Glossary Help |
syntactic unit > symbol > operator > binary operator > != |
!= comparison table |
Subject | use | has definition | have purpose | is a kind of | is an instance of |
---|---|---|---|---|---|
binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | |
identity comparison operator | to perform a simple function of 1 to 3 arguments | operator | |||
relational operator | to perform a simple function of 1 to 3 arguments | operator | |||
!= | an infix notation | to return true if the operands are not equal | relational operator |
Next binary operator: % Up: binary operator, identity comparison operator, relational operator Previous binary operator: ||