Click or drag to resize
DataId64ListTContains Method (T)
Determines whether an element is in the list.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the list. The value can be null.

Return Value

Type: Boolean
True if item is found in the list.
See Also