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.
Madan ShekarPosted Feb 6, 2019, 5:12 AM