semantic-equivalent-tag-p

semantic-equivalent-tag-p is a compiled Lisp function in `tag.el'.

(semantic-equivalent-tag-p TAG1 TAG2)

Compare TAG1 and TAG2 and return non-nil if they are equivalent.
Use `equal' on elements the name, class, and position.
Use this function if tags are being copied and regrouped to test
for if two tags represent the same thing, but may be constructed
of different cons cells.