WeakReferenceListBaseTContains Method |
Checks if an item is contained in the list
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
Parameters
- item
- Type: T
the item to look for
Return Value
Type:
Booleantrue if item was found; otherwise false
Implements
ICollectionTContains(T)
See Also