[]
Gets whether an element is in the collection.
public virtual bool Contains(object element)
Public Overridable Function Contains(element As Object) As Boolean
Type | Name | Description |
---|---|---|
object | element | Element object |
Type | Description |
---|---|
bool | true if element is in the collection; otherwise, false |