str1.Add("a");
str1.Add("b");
List
str1.Add("apple");
str1.Add("ball");
Hashtable ht = new Hashtable();
ht.Add(str1, str2);
can i check str1 is equal to from the previous page list And display the str2 value as result.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 31, 2013, 7:10 AM
The output is: