I have two Dictionaries of list of dictionary and I want to compare the value of first list dictionary to second list of dictionary
For example:
Dictionary A contains [{Name:C}, {Name:A}, {Name:B}]Dictionary B contains [{Name:A}, {Name:B}, {Name:C}]
How to take A's 1st Dictionary {Name:C} and check if it exists in Dictionary B.