Node.Inequality Operator

Comuna.NET

NodeInequality Operator

Tests whether the two nodes are different (not equal).

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

Parameters

left
Type: Comuna.GraphvizNode
The first node.
right
Type: Comuna.GraphvizNode
The second node.

Return Value

Type: Boolean
A Boolean indicating whether the two nodes are different.
See Also