linq to sql を使用して、mvc プロジェクトの IQueryable オブジェクトからデータを取得しています。この場合、ユーザーが共通に持っているアルバムを見つけようとしています。助けてくれてありがとう。
Albums.Where(x=>x.userid == _userid && x.userid == _otheruserid);
//This will pull all the respected albums from each user.
//I just would like to pull the albums they have in common