Hello All,
Am having a hashtable in which am adding values dynamically,While Inserting i want to find that whether the pair(key with value) already exists . If the pair is not present already i must be able to insert it .
I Googled in net but i got Conditions that checks only whether the key is present already or whether the value is present already.I didnt find condition to check as a pair.Can anyone please guide me.Thanks in advance.