[]
Determines whether the BaseKeyCollection contains a specific value.
public virtual bool ContainsValue(object value)
Public Overridable Function ContainsValue(value As Object) As Boolean
Type | Name | Description |
---|---|---|
object | value | The value to locate in the BaseKeyCollection. |
Type | Description |
---|---|
bool | true if the BaseKeyCollection contains an element with the specified value; otherwise, false. |