ArraySectionTContains Method

Determines whether this ArraySectionT contains the specific item.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool Contains(
	T item
)

Parameters

item  T
The object to locate in this ArraySectionT.

Return Value

Boolean
if item is found in this ArraySectionT; otherwise, .

Implements

ICollectionTContains(T)

See Also