IReadOnlyIndexedList<T>.

Contains(T, int) Method

Summary

Is the `item` currently in this list at the specified `index`?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IReadOnlyIndexedList<T>

Syntax

bool Contains(T item, int index)

Parameters

Name Type Description
item T
index int

Return Value

Type Description
bool