Method Contains
Contains(ServiceDescriptor)
Check if the collection contains a service.
Declaration
public bool Contains(ServiceDescriptor item)
Parameters
| Type | Name | Description | 
|---|---|---|
| ServiceDescriptor | item | The service to check for.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the collection contains the service.  |