Esempio n. 1
0
 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);
 }
Esempio n. 2
0
 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;
 }
Esempio n. 3
0
 public bool Equals(servernetadr_t other) =>
 ((this.m_unIP == other.m_unIP) && (this.m_usQueryPort == other.m_usQueryPort)) && (this.m_usConnectionPort == other.m_usConnectionPort);
Esempio n. 4
0
 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);
Esempio n. 5
0
 public bool Equals(servernetadr_t other) => default;                           // 0x0000000180033110-0x0000000180033140
 public int CompareTo(servernetadr_t other) => default;                         // 0x0000000180032FF0-0x0000000180033060
Esempio n. 6
0
 public static bool operator !=(servernetadr_t x, servernetadr_t y) => default; // 0x0000000180840C20-0x0000000180840C60
 public bool Equals(servernetadr_t other) => default;                           // 0x0000000180033110-0x0000000180033140
Esempio n. 7
0
 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));
 }
Esempio n. 8
0
 public bool Equals(servernetadr_t other)
 {
     return((m_unIP == other.m_unIP) && (m_usQueryPort == other.m_usQueryPort) && (m_usConnectionPort == other.m_usConnectionPort));
 }
Esempio n. 9
0
 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);
 }