FilterCollectionTContains Method |
Gets a value indicating that the specified item is contained within this collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic 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
Item to find.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Eto.Forms.FilterCollection`1.Contains(`0)"]
Implements
ICollectionTContains(T)
See Also