IModular<T>.IsRegistered
Method in IModular<T>
Declaration
bool IsRegistered(T module)Description
Checks if a given module is registered.
Parameters
| module | The module to check for registration. |
Returns
| bool | True if the module is registered, false if the module is not registered. |