Rascal Language ReferenceExpressionsValuesLocationNotEqualOn this pageNotEqualrascal-0.40.17SynopsisThe not equal operator on location values.SyntaxExp₁ != Exp₂TypesExp₁Exp₂Exp₁ != Exp₂loclocboolDescriptionYields true if both arguments are not identical and false otherwise.