MEPAnalyticalNode.IsSameNode
Method
Description:
Verify if this node is connected to the other node and thus represents the same analytical node in the network.
Verify if this node is connected to the other node and thus represents the same analytical node in the network.
Parameters
Parameter | Type | Description |
---|---|---|
other | MEPAnalyticalNode | The other node to be compared. |
Return Value
Type | Description |
---|---|
Boolean | True if two nodes represent the same node of the network. Otherwise false. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |