# File lib/dm-core/query.rb, line 606
      def ==(other)
        return true if super
        return false unless other.kind_of?(self.class)
        @operator == other.operator && @target == other.target
      end