Edge.Inequality Operator

Comuna.NET

EdgeInequality Operator

Tests whether the two connections are different (not 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 different.
See Also