Click or drag to resize

BCCollectionBase.Contains Method

Determines whether the collection contains an element with the specified key.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public bool Contains(
	string key
)

Parameters

key
Type: System.String
The key to locate in the collection: either the ID property value, or the Name property value, or the DisplayName property value of the element to get.

Return Value

Type: Boolean
true if the collection contains an element with the specified key; otherwise, false.
See Also