ComplexPropertyCollection<TComplexProperty>.Contains 方法

定义

确定特定属性是否在集合中。

public:
 bool Contains(TComplexProperty complexProperty);
public bool Contains (TComplexProperty complexProperty);
Public Function Contains (complexProperty As TComplexProperty) As Boolean

参数

complexProperty
TComplexProperty

在集合中查找的属性。

返回

如果在集合中找到属性,则为 True;否则为 false。

适用于