Compares this ConnectionInfo object with other and returns true if both the NetworkIdentifier
and RemoteEndPoint match.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- other
- Type: NetworkCommsDotNet ConnectionInfo
[Missing <param name="other"/> documentation for "M:NetworkCommsDotNet.ConnectionInfo.Equals(NetworkCommsDotNet.ConnectionInfo)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:NetworkCommsDotNet.ConnectionInfo.Equals(NetworkCommsDotNet.ConnectionInfo)"]
Implements
IEquatable T Equals(T)See Also