hasEquivalentAttributes  314 Source/core/dom/Element.h     bool hasEquivalentAttributes(const Element* other) const;
hasEquivalentAttributes 1262 Source/core/dom/Node.cpp     if (isElementNode() && !toElement(this)->hasEquivalentAttributes(toElement(other)))
hasEquivalentAttributes 1078 Source/core/editing/htmlediting.cpp     return firstElement->hasEquivalentAttributes(secondElement);