VirtualCollectionTContains Method

Determines whether an element is in the VirtualCollectionT.
Calls the overridable ContainsItem method.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool Contains(
	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, .

Implements

ICollectionTContains(T)

See Also