[]
        
(Showing Draft Content)

C1.Schedule.BaseCollection-1.Contains

Contains Method

Contains(int)

Check if collection contains an item with specified index.

Declaration
public bool Contains(int index)
Parameters
Type Name Description
int index

The zero-based index of the item to locate.

Returns
Type Description
bool

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