VirtualCollectionTContainsItem Method
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected virtual bool ContainsItem(
T item
)
Protected Overridable Function ContainsItem (
item As T
) As Boolean
protected:
virtual bool ContainsItem(
T item
)
abstract ContainsItem :
item : 'T -> bool
override ContainsItem :
item : 'T -> bool
- item T
- The object to locate in the VirtualCollectionT. The value can be for reference types.
Boolean if
item is found in the
VirtualCollectionT; otherwise,
.