WorkingTimeCollection.Contains
WorkingTimeCollection.Contains method
Checks if the specified element is in the List. Performs a linear O(n) search.
public bool Contains(WorkingTime item)
Parameter | Type | Description |
---|---|---|
item | WorkingTime | the specified item. |
Return Value
True, if specified element found in the list, false otherwise.
See Also
- class WorkingTime
- class WorkingTimeCollection
- namespace Aspose.Tasks
- assembly Aspose.Tasks