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.Delegate.Equals ( object obj)
inline

Definition at line 185 of file Delegate.cs.

186 {
188 if (obj != null)
189 {
190 object target = this.m_target;
191 delegateData = this.data;
192 if (delegateData != null)
193 {
194 Type target_type = delegateData.target_type;
196 string method_name = delegateData.method_name;
197 string method_name2 = delegateData2.method_name;
198 return method_name == method_name2;
199 }
200 }
201 else if (delegateData != null)
202 {
203 Type target_type2 = delegateData.target_type;
205 if (delegateData2 == null)
206 {
207 }
208 }
209 if (delegateData == null)
210 {
211 }
212 bool flag;
213 return flag;
214 }
class f__AnonymousType0<< Count > j__TPar
DelegateData data
Definition Delegate.cs:401
object m_target
Definition Delegate.cs:374

References System.Delegate.data, j__TPar, System.Delegate.m_target, System.DelegateData.method_name, and System.obj.