CollectionContains Method

Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Contains(
	string Key
)

Parameters

Key  String
Required. A String expression that specifies the key for which to search the elements of the collection.

Return Value

Boolean
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.

See Also