# File rexml/instruction.rb, line 59
  def ==( other )
			other.kind_of? Instruction and
			other.target == @target and
			other.content == @content
		end