The question says it all. Does it get ignored? Or does it just keep attaching the same constraint multiple times?
Also is there any performance issue if I do this?
I'm asking because the alternative seems to be keep reference to all constraints as they get attached and then later look them up to make this decision. It would be nice if I don't have to implement all this logic.