IndexedList<TItem, TIndexer>.

Contains(TItem, int) Method

Summary

Is the `item` currently in this list at the specified `index`?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public bool Contains(TItem item, int index)

Remarks

This method has O(1) complexity.

Parameters

Name Type Description
item TItem
index int

Return Value

Type Description
bool