2 つのリストが"ObjlistA"
あり、"ObjlistB".
var newList = from someObg i ObglistB
where [condition = true if some property of any element in the list ObjlistAA equals someObg's some property]
select someObg
obj のプロパティをリスト内のすべての要素のプロパティと比較できるように、where 句内でループする方法はありますか? 「どこで」の部分を手伝ってくれる人はいますか?