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