Click or drag to resize

DelayedListTContains Method

Checks whether the backing list currently contains a specific item.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Contains(
	T item
)
Request Example View Source

Parameters

item
Type: T
The item to check for.

Return Value

Type: Boolean
True if found, false otherwise.

Implements

ICollectionTContains(T)
See Also