Contains

ParagraphCollection.Contains method

确定ICollection是否包含特定值。

public bool Contains(IParagraph item)
范围类型描述
itemIParagraph在ICollection中定位的对象.

返回值

如果在:::R5 中找到item则为真:T:System.Collections.Generic.ICollection`1:::;否则为假。

也可以看看