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