# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 227
      def ==(other)
        shallow_eql?(other) &&
          successors == other.successors
      end