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

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

public override bool Equals(
	Object obj
)

Return Value

Type: OnlineBoolean

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

See Also