Contains

SubPathCollection.Contains method

Determines whether an element is in the collection.

public bool Contains(SubPath item)
ParameterTypeDescription
itemSubPathSubPath object to search.

Return Value

True - if element found; otherwise, false.

See Also