IReadOnlyIndexedList<T>.

Contains(T) Method

Summary

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

Syntax

bool Contains(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
bool