OverlayDictionaryContains Method

CVB.Net Documentation
Check if a specific entry is part of the collection

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

public bool Contains(
	KeyValuePair<string, OverlayPluginInfo> entry
)

Parameters

entry
Type: System.Collections.GenericKeyValuePairString, OverlayPluginInfo
entry to be checked for

Return Value

Type: Boolean
true if the entry exists inside the collection, false otherwise

Implements

ICollectionTContains(T)
See Also

Reference