ComponentProperties.Contains Method

This method determines whether the ComponentProperties collection contains a specific ComponentProperty.

Syntax

public bool Contains ( object value )

Parameters Description
value The object to search for in the collection.

Return Value

Indicates whether or not the object was found in the collection.