terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Equals()

override bool System.Net.DnsEndPoint.Equals ( object comparand)
inline

Definition at line 27 of file DnsEndPoint.cs.

28 {
29 if (comparand != null)
30 {
31 global::System.Net.Sockets.AddressFamily family = this.m_Family;
32 int port = this.m_Port;
33 string host = this.m_Host;
34 bool flag;
35 return flag;
36 }
37 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Sockets.AddressFamily m_Family

References j__TPar, System.Net.DnsEndPoint.m_Family, System.Net.DnsEndPoint.m_Host, and System.Net.DnsEndPoint.m_Port.