public bool Equals(PeerEndpoint other) { return(HostName.EqualsIC(other.HostName) && Port == other.Port); }