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.Security.CodeAccessPermission.Equals ( object obj)
inlineinherited

Definition at line 31 of file CodeAccessPermission.cs.

32 {
33 if (obj != null)
34 {
35 Type type = obj.GetType();
37 return type != type2;
38 }
39 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and System.obj.