semantic-tag-similar-with-subtags-p

semantic-tag-similar-with-subtags-p is a compiled Lisp function in `tag.el'.

(semantic-tag-similar-with-subtags-p TAG1 TAG2 &rest IGNORABLE-ATTRIBUTES)

Test to see if TAG1 and TAG2 are similar.
Uses `semantic-tag-similar-p' but also recurses through sub-tags, such
as argument lists and type members.
Optional argument IGNORABLE-ATTRIBUTES is passed down to
`semantic-tag-similar-p'.