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.SocketAddress.Equals ( object comparand)
inline

Definition at line 209 of file SocketAddress.cs.

210 {
211 if (comparand != null)
212 {
213 int size = this.m_Size;
214 long num = 0L;
215 byte b = this[(int)num];
216 int size2 = this.m_Size;
217 return;
218 }
219 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.Net.SocketAddress.m_Size.