Gets if the collection contain the specified item.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns true if the collection contain the specified item, otherwise false.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119