Again, I don't understand your question. Dealing with angles in Construct is tricky. In many cases you can't simply compare angle1 with angle2. I advise using "Is within angle", "Is clockwise", "Is counterclockwise" conditions, and expressions like anglediff()
For example, if you need to know if spr_Road.angle and intersection.anglesToRotate are very close, you can do this:
anglediff(spr_Road.angle, intersection.anglesToRotate)<5