Method Equals
Equals(SuperNode)
Determines whether another super node has the same member nodes.
Declaration
public bool Equals(SuperNode other)
Parameters
| Type | Name | Description |
|---|---|---|
| SuperNode | other | The other super node. |
Returns
| Type | Description |
|---|---|
| bool | True when both super nodes contain the same nodes. |
Implements
Equals(object)
Determines whether another object is equal to this super 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 SuperNode. |