Contains

NonGenericList.Contains method

确定是否IList包含特定值。

public bool Contains(object value)
范围类型描述
valueObject这Object定位在IList.

返回值

如果Object被发现在IList;否则为假。

也可以看看