string[] strArr = { "a", "b", "c", "d" }; bool exists = ((System.Collections.IList)strArr).Contains("a");