// Token: 0x060004F5 RID: 1269 RVA: 0x00003637 File Offset: 0x00001837 public int CompareTo(servernetadr_t other) { return(this.m_unIP.CompareTo(other.m_unIP) + this.m_usQueryPort.CompareTo(other.m_usQueryPort) + this.m_usConnectionPort.CompareTo(other.m_usConnectionPort)); }
// Token: 0x060004F4 RID: 1268 RVA: 0x000035FD File Offset: 0x000017FD public bool Equals(servernetadr_t other) { return(this.m_unIP == other.m_unIP && this.m_usQueryPort == other.m_usQueryPort && this.m_usConnectionPort == other.m_usConnectionPort); }