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

IndexedList<TItem, TIndexer>.

Contains(TItem) Method

Summary

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

Syntax

public bool Contains(TItem item)

Remarks

This method has O(1) complexity.

Parameters

Name Type Description
item TItem

Return Value

Type Description
bool