Contains

CustomExtractorCollection.Contains method

Determines whether the collection contains a specific extractor.

public bool Contains(IFieldExtractor item)
Parameter Type Description
item IFieldExtractor The extractor to locate in the collection.

Return Value

true if item is found in the collection; otherwise, false.

See Also