Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | ConnectionEquality Operator |
Tests whether the two connections are equal.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

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 equal.
