ConnectionInfo Equality Operator NetworkComms.Net Help
Returns left.Equals(right)

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool operator ==(
	ConnectionInfo left,
	ConnectionInfo right
)

Return Value

Type: OnlineBoolean
True if both are equal, otherwise false
See Also