OutlineCollection.Contains

OutlineCollection.Contains method

Checks does collection contains given item.

public override bool Contains(OutlineItemCollection item)
ParameterTypeDescription
itemOutlineItemCollectionThe object to locate in the collection

Return Value

True - if item found; otherwise, false.

See Also