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#
public bool ContainsKey(
	U key
)
Visual Basic
Public Function ContainsKey ( _
	key As U _
) As Boolean
Visual C++
public:
virtual bool ContainsKey(
	U key
) sealed

Parameters

key
Type: U

Implements

IKeyedList<(Of <(<'T, U>)>)>..::..ContainsKey(U)

See Also