ComplexPropertyCollection<TComplexProperty>.Contains Method

Definition

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.

Applies to