VelocityDbHashSetTContains Method |
Checks if this hashset contains the item
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
item to check for containment
Return Value
Type:
Booleantrue if item contained; false if not
Implements
ICollectionTContains(T)See Also