[]
Determines whether an element is contained in the BaseKeyCollection.
public virtual bool Contains(object value)
Public Overridable Function Contains(value As Object) As Boolean
Type | Name | Description |
---|---|---|
object | value | The object to locate in the BaseKeyCollection. |
Type | Description |
---|---|
bool | true if item is found in the BaseKeyCollection; otherwise, false. |