Summary
Determines whether this instance contains the object.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Service
Provider Dictionary
Syntax
public bool Contains(KeyValuePair<object, object> item)
Parameters
Name | Type | Description |
---|---|---|
item | KeyValuePair |
The item. |
Return Value
Type | Description |
---|---|
bool | true if [contains] [the specified item]; otherwise, false . |