var dnfLst_1 = new List<int>() { 10 20 30 40}; bool res = dnfLst_1.Exists(dnf => dnf == 40);
Login to post response