Method Equals
Equals(AssetNode)
Determines whether another node is equal to this node.
Declaration
public bool Equals(AssetNode other)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetNode | other | The other node. |
Returns
| Type | Description |
|---|---|
| bool | True when the GUIDs are equal. |
Implements
Equals(object)
Determines whether another object is equal to this node.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The other object. |
Returns
| Type | Description |
|---|---|
| bool | True when the object is an equal AssetNode. |