Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | EdgeEquals Method (Edge) |
Tests whether this connection is equal to another one.
Namespace: Comuna.Graphviz
Assembly: Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0

C#
public bool Equals( Edge other )
Parameters
- other
- Type: Comuna.GraphvizEdge
The other connection.
Return Value
Type: BooleanA Boolean indicating whether this connection is equal to the other one.
