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
)
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