ConnectionInfo Equals Method (ConnectionInfo)NetworkComms.Net Help
Compares this ConnectionInfo object with other and returns true if both the NetworkIdentifier and RemoteEndPoint match.

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

public bool Equals(
	ConnectionInfo other
)

Parameters

other
Type: NetworkCommsDotNet ConnectionInfo

[Missing <param name="other"/> documentation for "M:NetworkCommsDotNet.ConnectionInfo.Equals(NetworkCommsDotNet.ConnectionInfo)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:NetworkCommsDotNet.ConnectionInfo.Equals(NetworkCommsDotNet.ConnectionInfo)"]

Implements

OnlineIEquatable T  Equals(T)
See Also