Exemplo n.º 1
0
 public bool Equals(PeerEndpoint other)
 {
     return(HostName.EqualsIC(other.HostName) &&
            Port == other.Port);
 }