DataStoreVirtualCollectionTContains Method (T) |
Determines whether the current collection contains a specific value.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
Parameters
- item
- Type: T
The object to locate in the current collection.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Eto.Forms.DataStoreVirtualCollection`1.Contains(`0)"]
Implements
ICollectionTContains(T)See Also