I have a List<PropA>
PropA
{
int a;
int b;
}
and another List<PropX>
PropX
{
int a;
int b;
}
Now i have to find items from List<PropX>
which exist in List<PropA>
matching b property using lambda or LINQ.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…