LumiSoft Net Help
Contains Method (item)
NamespacesLumiSoft.NetCircleCollection<(Of <(<'T>)>)>Contains(T)
Gets if the collection contain the specified item.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	T item
)
Public Function Contains ( _
	item As T _
) As Boolean
public:
bool Contains(
	T item
)
Parameters
item (T)
Item to check.
Return Value
Returns true if the collection contain the specified item, otherwise false.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129