Create a new list to store the difference only using below expression
Final_list = list1.Except(list2)
If the final list count is 0 - both the list are matching. Else print the missing values using the loop function
Create a new list to store the difference only using below expression
Final_list = list1.Except(list2)
If the final list count is 0 - both the list are matching. Else print the missing values using the loop function