This is the old Animancer v7.4 documentation. Click here for the latest version.

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