var dnfLst_1 = new List<int>() { 10, 20, 30, 40 };var dnfLst_2 = new List<int>() { 10, 20, 30, 40 };bool dnfResult = dnfLst_2.Equals(dnfLst_2);
Login to post response