SyntaxFix
Write A Post
Hire A Developer
Questions
"Not equals" can be expressed with the "not" operator ! and the standard .equals.
!
.equals
if (a.equals(b)) // a equals b if (!a.equals(b)) // a not equal to b