Determines whether the LogEntry contains
an element with the specified key.
Namespace: Endeca.LoggingAssembly: 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.