Edge.Equality Operator

Comuna.NET

EdgeEquality Operator

Tests whether the two connections are equal.

Namespace:  Comuna.Graphviz
Assembly:  Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0
Syntax
C#
public static bool operator ==(
	Edge left,
	Edge right
)
Request Example View Source

Parameters

left
Type: Comuna.GraphvizEdge
The first connection.
right
Type: Comuna.GraphvizEdge
The second connection.

Return Value

Type: Boolean
A Boolean indicating whether the two connections are equal.
See Also