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++F#
public bool Contains(
	T item
)
Public Function Contains ( 
	item As T
) As Boolean
public:
bool Contains(
	T item
)
member Contains : 
        item : 'T -> bool 
Parameters
item (T)
Item to check.
Return Value
Boolean
Returns true if the collection contain the specified item, otherwise false.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119