NodeMapICollectionKeyValuePairString, INodeContains Method (KeyValuePairString, INode)

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, INode>>.Contains(
	KeyValuePair<string, INode> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, INode
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, INodeContains(KeyValuePairString, INode)