//返回[字符串集合1]中是否包含[字符串2] if (字符串集合1.Contains(字符串2)) {} //比较两个字符串是否一样,true代表不区分大小写,返回结果为int String.Compare(string, string, true)