VirtualCollectionTContains Method
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
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,
.
ICollectionTContains(T)