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
Node Class
Node Operators
Equality Operator
Inequality Operator
Node
Inequality 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#
Copy
public
static
bool
operator
!=
(
Node
left
,
Node
right
)
Request Example
View Source
Parameters
left
Type:
Comuna.Graphviz
Node
The first node.
right
Type:
Comuna.Graphviz
Node
The second node.
Return Value
Type:
Boolean
A
Boolean
indicating whether the two nodes are different.
See Also
Reference
Node Class
Comuna.Graphviz Namespace
Copyright (c) 2018 Pedro Sequeira