No.
A Visual Studio solution involves integrating related projects.
In any case, this may be equivalent to a collection of Eclipse .project files (provided that these projects declare dependencies to other projects within this group).
Eclipse WorkingSet is a filtering of resources (which is displayed / commands / actions are displayed in a given working set): it can contain any number of projects that may be completely unrelated to each other.
source share