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+892c66cd78254e5a7ad663c063da400b3042cf5b
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