Contains

IBehaviorPropertyCollection.Contains method

确定ICollection是否包含特定值。

public bool Contains(string propertyValue)
范围类型描述
propertyValueString要在ICollection.

返回值

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

也可以看看