ReaderConfigContainsKey Method

CVB.Net Documentation
Determines whether the dictionary contains a configuration for the given symbology.

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

public bool ContainsKey(
	Symbology key
)

Parameters

key
Type: Stemmer.Cvb.BarcodeSymbology
symbology to check for

Return Value

Type: Boolean
true if the dictionary contains a configuration for the given symbology, false otherwise

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference