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

Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.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 LogEntry.

Return Value

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

Implements

IDictionary..::..Contains(Object)

See Also