Method IsSharedUpdater
IsSharedUpdater(ILinkedObject, ILinkedObject)
Returns whether the specified object is designated to perform the duties of all linked objects of this type
Declaration
public static bool IsSharedUpdater(this ILinkedObject user, ILinkedObject linkedObject)
Parameters
| Type | Name | Description |
|---|---|---|
| ILinkedObject | user | The functionality user |
| ILinkedObject | linkedObject | Object among the linked objects to check if it is the central one |
Returns
| Type | Description |
|---|---|
| bool | True if the specified object is the shared updater |