# File lib/rufus/treechecker.rb, line 294
      def ==(oth)

        @excluded_symbols == oth.instance_variable_get(:@excluded_symbols) &&
        @accepted_patterns == oth.instance_variable_get(:@accepted_patterns) &&
        @excluded_patterns == oth.instance_variable_get(:@excluded_patterns)
      end