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.