Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CacheEquals()

override bool System.Reflection.RuntimeEventInfo.CacheEquals ( object o)
inlinepackagevirtual

Reimplemented from System.Reflection.MemberInfo.

Definition at line 58 of file RuntimeEventInfo.cs.

59 {
61 {
62 return RuntimeTypeHandle.GetModule(m_declaringType).Equals(RuntimeTypeHandle.GetModule(runtimeEventInfo.m_declaringType));
63 }
64 return false;
65 }
unsafe RuntimeEventInfo(int tkEvent, RuntimeType declaredType, RuntimeType.RuntimeTypeCache reflectedTypeCache, out bool isPrivate)

References System.RuntimeTypeHandle.GetModule(), System.Reflection.RuntimeEventInfo.m_declaringType, and System.Reflection.RuntimeEventInfo.m_token.