NamedComponentCollection.ContainsName(String) Method

Definition

Indicates whether the component with the specified name is containd in the collection.

public bool ContainsName (string name);
abstract member ContainsName : string -> bool
override this.ContainsName : string -> bool
Public Function ContainsName (name As String) As Boolean

Parameters

name
String

The name of the compoent.

Returns

true if the component is contained; otherwise, false.

Implements

Applies to