Method IsComponentOverriding
IsComponentOverriding(Type)
Determines if component overrides a dependency.
Declaration
public bool IsComponentOverriding(Type type)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | The component type.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | true if the component overrides a dependency, false otherwise.  | 
    
IsComponentOverriding<T>()
Determines if component overrides a dependency.
Declaration
public bool IsComponentOverriding<T>() where T : TComponent
Returns
| Type | Description | 
|---|---|
| bool | 
Type Parameters
| Name | Description | 
|---|---|
| T | The component type.  |