Click or drag to resize

WeakReferenceListBaseTContains Method

Checks if an item is contained in the list

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
the item to look for

Return Value

Type: Boolean
true if item was found; otherwise false

Implements

ICollectionTContains(T)
See Also