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); }
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; }
public bool Equals(servernetadr_t other) => ((this.m_unIP == other.m_unIP) && (this.m_usQueryPort == other.m_usQueryPort)) && (this.m_usConnectionPort == other.m_usConnectionPort);
public int CompareTo(servernetadr_t other) => (this.m_unIP.CompareTo(other.m_unIP) + this.m_usQueryPort.CompareTo(other.m_usQueryPort)) + this.m_usConnectionPort.CompareTo(other.m_usConnectionPort);
public bool Equals(servernetadr_t other) => default; // 0x0000000180033110-0x0000000180033140 public int CompareTo(servernetadr_t other) => default; // 0x0000000180032FF0-0x0000000180033060
public static bool operator !=(servernetadr_t x, servernetadr_t y) => default; // 0x0000000180840C20-0x0000000180840C60 public bool Equals(servernetadr_t other) => default; // 0x0000000180033110-0x0000000180033140
public int CompareTo(servernetadr_t other) { return(m_unIP.CompareTo(other.m_unIP) + m_usQueryPort.CompareTo(other.m_usQueryPort) + m_usConnectionPort.CompareTo(other.m_usConnectionPort)); }
public bool Equals(servernetadr_t other) { return((m_unIP == other.m_unIP) && (m_usQueryPort == other.m_usQueryPort) && (m_usConnectionPort == other.m_usConnectionPort)); }
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); }