Contains 方法是用于判断一个字符串是否包含另一个指定的子字符串。
public bool Contains(string value);
value 参数是要查找的子字符串。如果字符串中包含该子字符串,则返回 true,否则返回 false。
1、字符串操作:判断一个字符串是否包含特定的子字符串。
string text = "Hello, World!";
bool containsWorld = text.Contains("World"); // 返回 true
2、集合和数组操作:对于List、HashSet等集合类,可以判断集合中是否包含某个元素。
List<string> words = new List<string> { "Hello", "World" };
bool hasWorld = words.Contains("World"); // 返回 true
3、Contains
是 .NET 集合框架中许多集合类(如 List、Array、HashSet 等)提供的一种方法,用于检查集合中是否包含指定的元素。对于 List<int>
类型,Contains
方法会遍历列表中的所有元素,并判断传入的方法参数是否存在于这个列表中。
List<int> numbers = new List<int> { 141161, 141121, 141151, 141800, 140001, 143130, 143111, 143112 };
bool hasWorld = numbers .Contains(Convert.ToInt32(“141161”); // 返回 true
总的来说,Contains()
方法提供了一种简单且直观的方式来检查一个对象(尤其是字符串和集合)中是否包含预期的值。