# File lib/dm-core/query.rb, line 567
      def ==(other)
        return true if super
        hash == other.hash
      end