Click or drag to resize

TranslatorCollectionContains Method

Determines whether the collection contains a specified ITranslator.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Contains(
	ITranslator value
)

Parameters

value
Type: Atalasoft.OcrITranslator
The ITranslator to locate in the collection.

Return Value

Type: Boolean
True if the object was found, false otherwise.
See Also