ComponentCollection.Contains Method

This method determines whether the ComponentCollection contains a specific Component.

Syntax

public bool Contains ( object value )

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

Return Value

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