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

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual bool Contains(
	Object key
)
Visual Basic
Public Overridable Function Contains ( _
	key As Object _
) As Boolean
Visual C++
public:
virtual bool Contains(
	Object^ key
)

Parameters

key
Type: System..::..Object
They key to locate in the PropertyMap.

Return Value

true if the PropertyMap contains an element with they key; otherwise, false.

Implements

IDictionary..::..Contains(Object)

See Also