ConnectionInfo Equals Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodEquals(Object)
Compares this ConnectionInfo object with obj and returns true if obj is ConnectionInfo and both the NetworkIdentifier and RemoteEndPoint match.
(Overrides OnlineObject Equals(Object).)
Public methodEquals(ConnectionInfo)
Compares this ConnectionInfo object with other and returns true if both the NetworkIdentifier and RemoteEndPoint match.
Back to Top
See Also