1
Answer

Get mismatch dictionary arraylist values

Photo of hema latha

hema latha

6y
491
1
how to display mismatch dictionary arraylist values based on key using vb.net
Dim dictionary1 As Dictionary(Of Integer, ArrayList) = New Dictionary(Of Integer, ArrayList)
Dim dictionary2 As Dictionary(Of Integer, ArrayList) = New Dictionary(Of Integer, ArrayList)
key as an integer,value as an arraylist.Get the arraylist values and compare and get mismatch values using vb.net.

Answers (1)