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

C#
public static bool operator ==( Edge left, Edge right )
Parameters
- left
- Type: Comuna.GraphvizEdge
The first connection. - right
- Type: Comuna.GraphvizEdge
The second connection.
Return Value
Type: BooleanA Boolean indicating whether the two connections are equal.
