OverlayDictionaryContainsKey Method

CVB.Net Documentation
Check if a specific key exists in the collection

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
key to be checked

Return Value

Type: Boolean
true if the key exists, false otherwise

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference