判断参数集合中是否包含指定参数。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public bool Contains(
	GeometryDrawingParameter item
)

参数

item
Type: SuperMap.Desktop..::.GeometryDrawingParameter
在 ICollection 中查找的特定对象。

返回值

如果在 ICollection 中找到此对象,则为 true;否则为 false。

实现

ICollection<(Of <(T>)>)..::.Contains(T)

请参见