i have two list view each one is got from dictionary , i want to compare the values of two listviews if the first listview has value equal to the value in list 2 the comparison result will be appeared in new list view .
example
list view one output
name:physics code:T1
name:chemistry code:Y1
list view two output
name:physics code:T1
name:science code:B1
name:chemistry code:Y1
the listview 3 output (which i want to contain the result of comparisn)
name:science code:B1
how can i do that ??
the code of two listview attached
: