Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | NodeEquality Operator |
Tests whether the two nodes are equal.
Namespace: Comuna.Graphviz
Assembly: Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0

C#
public static bool operator ==( Node left, Node right )
Parameters
- left
- Type: Comuna.GraphvizNode
The first node. - right
- Type: Comuna.GraphvizNode
The second node.
Return Value
Type: BooleanA Boolean indicating whether the two nodes are equal.
