# File lib/mongo/operation/shared/specifiable.rb, line 167
      def ==(other)
        return false unless other.is_a?(Specifiable)
        spec == other.spec
      end