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