Returns true if the list contains at least one object with a matching key, false otherwise.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool ContainsKey(
	U key
)
Visual Basic
Function ContainsKey ( _
	key As U _
) As Boolean
Visual C++
bool ContainsKey(
	U key
)

Parameters

key
Type: U

See Also