# File lib/cgikit/parser.rb, line 53
    def ==( other )
      (@name == other.name) and (@node == other.node)
    end