Determines whether the collection contains the specified item or not.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- item
- Type: T
Required item.
Return Value
Type: BooleanImplements
ICollection T Contains(T)See Also