Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
Comuna.Graphviz
Edge Class
Edge Operators
Equality Operator
Inequality Operator
Edge
Equality Operator
Tests whether the two connections are equal.
Namespace:
Comuna.Graphviz
Assembly:
Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0
Syntax
C#
Copy
public
static
bool
operator
==
(
Edge
left
,
Edge
right
)
Request Example
View Source
Parameters
left
Type:
Comuna.Graphviz
Edge
The first connection.
right
Type:
Comuna.Graphviz
Edge
The second connection.
Return Value
Type:
Boolean
A
Boolean
indicating whether the two connections are equal.
See Also
Reference
Edge Class
Comuna.Graphviz Namespace
Copyright (c) 2018 Pedro Sequeira