Click or drag to resize

PrioritizedListTContains Method (PrioritizedItemT)

Checks whether the list contains the specified prioritized 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(
	PrioritizedItem<T> item
)
Request Example View Source

Parameters

item
Type: Archon.SwissArmyLib.CollectionsPrioritizedItemT
The item to check if the list contains.

Return Value

Type: Boolean
True if found, false otherwise.

Implements

ICollectionTContains(T)
See Also