VirtualCollectionTContainsItem Method

Gets whether the specified item is in the VirtualCollectionT.
The base implementation calls the GetItemIndex method.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected virtual bool ContainsItem(
	T item
)

Parameters

item  T
The object to locate in the VirtualCollectionT. The value can be for reference types.

Return Value

Boolean
if item is found in the VirtualCollectionT; otherwise, .

See Also