Method Contains
Contains(AssetNode)
Determines whether the super node contains the specified asset node.
Declaration
public bool Contains(AssetNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetNode | node | The asset node to look for within the super node membership. |
Returns
| Type | Description |
|---|---|
| bool | True when the node is present in the super node collection. |