# File lib/search_cop_grammar/attributes.rb, line 22
      def ==(other)
        other.is_a?(self.class) && [query_info.model, key] == [query_info.model, other.key]
      end