DataObjectCollection T  Contains Method Nemiro.Data.dll
Determines whether the collection contains the specified item or not.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public bool Contains(
	T item
)

Parameters

item
Type: T
Required item.

Return Value

Type: Boolean

Implements

ICollection T  Contains(T)
See Also