# File nqxml/entities.rb, line 140
 def ==(anObj)
	    return anObj.instance_of?(self.class) &&
  		@text == anObj.text
	end