# File lib/eim_xml.rb, line 127
                def ==(xml)
                        return false unless xml.is_a?(Element)
                        @name==xml.name && @attributes==xml.attributes && @contents==xml.contents
                end