TestColl.Add (1,"one") TestColl.Add (2,"two") TestColl.Add (3,"three") KeyInDictionary("one", TestColl) => True KeyInDictionary("four", TestColl) => False
Key to check
The collection