Connection.Equality Operator

Comuna.NET

ConnectionEquality Operator

Tests whether the two connections are equal.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public static bool operator ==(
	Connection left,
	Connection right
)
Request Example View Source

Parameters

left
Type: ComunaConnection
The first connection.
right
Type: ComunaConnection
The second connection.

Return Value

Type: Boolean
A Boolean indicating whether the two connections are equal.
See Also