Determines whether the context contains the specified key.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public bool ContainsKey(
	Guid key
)
Visual Basic
Public Function ContainsKey ( _
	key As Guid _
) As Boolean
Visual C++
public:
bool ContainsKey(
	Guid key
)

Parameters

key
Type: System..::..Guid
The key to locate in the context.

Return Value

trueTruetruetrue (True in Visual Basic) if the context contains an element with the specified key; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also