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