The right way is this :
aFlightList=aFlightList.Where(x=>airlines.Contains(x.AirCoNam1)).ToArray();
solved How to detect that one field of collection exist into another list with linq?
The right way is this :
aFlightList=aFlightList.Where(x=>airlines.Contains(x.AirCoNam1)).ToArray();
solved How to detect that one field of collection exist into another list with linq?