NodeMapICollectionKeyValuePairString, IConfigurableNodeContains Method (KeyValuePairString, IConfigurableNode)

CVB.Net Documentation

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

bool ICollection<KeyValuePair<string, IConfigurableNode>>.Contains(
	KeyValuePair<string, IConfigurableNode> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, IConfigurableNode
The object to locate in the ICollectionT.

Return Value

Type: Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also

Reference

ICollectionKeyValuePairString, IConfigurableNodeContains(KeyValuePairString, IConfigurableNode)