# File nqxml/entities.rb, line 62
 def ==(anObj)
	    return super(anObj) &&
		@attrs == anObj.attrs
	end