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