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 |