Click or drag to resize

IContainerTContains Method

Determines whether the container contains a specific element.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
bool Contains(
	T item
)

Parameters

item  T
The element to locate in the container.

Return Value

Boolean
if the element is found; otherwise, .
See Also