Returns the true if the key exists.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool HasKey(
	string key,
	bool recursive
)
Public Function HasKey ( _
	key As String, _
	recursive As Boolean _
) As Boolean
public:
bool HasKey(
	String^ key, 
	bool recursive
)

Parameters

key
String
A key in this dictionary
recursive
Boolean
If true then search this key inside subdictionaries

Return Value

True if the key exists

See Also