var dnfLst_1 = new List<int>() { 10 20 30 40};bool dnfRes = dnfLst_1.TrueForAll(x => x < 100);
Login to post response