Exemplo n.º 1
0
 public int CompareTo(PeerEndpoint other)
 {
     return(HostName.CompareTo(other.HostName));
 }