Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | ConnectionEquals Method (Connection) |
Tests whether this connection is equal to another one.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

C#
public bool Equals( Connection other )
Parameters
- other
- Type: ComunaConnection
The other connection.
Return Value
Type: BooleanA Boolean indicating whether this connection is equal to the other one.
Implements
IEquatableTEquals(T)