Contains

Contains

Checks if the specified element is in the List. Performs a linear O(n) search.

Returns: True, if specified element found in the list, false otherwise.

Contains(const System::SharedPtr< WorkingTime > & item)
ParameterDescription
itemthe specified item.