Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
ConnectionInequality Operator |
Tests whether the two connections are different (not equal).
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public static bool operator !=( Connection left, Connection right )
Parameters
- left
- Type: ComunaConnection
The first connection. - right
- Type: ComunaConnection
The second connection.
Return Value
Type: BooleanA Boolean indicating whether the two connections are different.
See Also