Gets if the collection contain the specified item.

Declaration Syntax
public bool Contains(
T item
)
Public Function Contains ( _
item As T _
) As Boolean
public:
bool Contains(
T item
)

Parameters

Return Value
Returns true if the collection contain the specified item, otherwise false.
Assembly:
LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129