Edge.Equals Method (Edge)

Comuna.NET

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
Syntax
C#
public bool Equals(
	Edge other
)
Request Example View Source

Parameters

other
Type: Comuna.GraphvizEdge
The other connection.

Return Value

Type: Boolean
A Boolean indicating whether this connection is equal to the other one.
See Also