ReaderConfigContains Method

CVB.Net Documentation
Check if a given configuration is part of the dictionary.

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

public bool Contains(
	KeyValuePair<Symbology, Base> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairSymbology, Base
configuration to check for

Return Value

Type: Boolean
true if the configuration was found, false otherwise

Implements

ICollectionTContains(T)
See Also

Reference