Rascal Language ReferenceExpressionsValuesLocationLocation EqualOn this pageLocation Equalrascal-0.40.17SynopsisEquality operator on locations.SyntaxExp₁ == Exp₂Types//Exp₁Exp₂Exp₁ == Exp₂loclocboolDescriptionYields true if both arguments are identical and false otherwise.