Connection.Equals Method (Connection)

Comuna.NET

ConnectionEquals Method (Connection)

Tests whether this connection is equal to another one.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public bool Equals(
	Connection other
)
Request Example View Source

Parameters

other
Type: ComunaConnection
The other connection.

Return Value

Type: Boolean
A Boolean indicating whether this connection is equal to the other one.

Implements

IEquatableTEquals(T)
See Also