Method IsComponentOverridden
IsComponentOverridden(Type)
Determine if a Type component overrides a dependency.
Declaration
public bool IsComponentOverridden(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Type of the component. |
Returns
Type | Description |
---|---|
bool |
IsComponentOverridden<T>()
Determine if a T
component overrides a dependency.
Declaration
public bool IsComponentOverridden<T>() where T : TComponent
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T | Type of the component. |