ComplexPropertyCollection<TComplexProperty>.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a specific property is in the collection.
public:
bool Contains(TComplexProperty complexProperty);
public bool Contains (TComplexProperty complexProperty);
Public Function Contains (complexProperty As TComplexProperty) As Boolean
Parameters
- complexProperty
- TComplexProperty
The property to locate in the collection.
Returns
True if the property was found in the collection, false otherwise.