What is the not equal to operator?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the not equal to operator?
Rating:
The not equal to operator is a boolean logical operator. It is denoted by the != symbol. It compares two expressions and returns true if the expression on the left hand side is not equal to the expression on the right hand side, otherwise it returns false.
Rating:
Was this information helpful?
Other articles
- What is inheritance?
- What is a Web service?
- Tip on using the 07_DICTIONARY_ACCESSIBILITY initialization parameter
- What is length field?
- What is the working model of JAX-RPC?