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

◆ CacheEquals()

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

Reimplemented from System.Reflection.MemberInfo.

Definition at line 83 of file RuntimePropertyInfo.cs.

84 {
86 {
87 return RuntimeTypeHandle.GetModule(m_declaringType).Equals(RuntimeTypeHandle.GetModule(runtimePropertyInfo.m_declaringType));
88 }
89 return false;
90 }
unsafe RuntimePropertyInfo(int tkProperty, RuntimeType declaredType, RuntimeType.RuntimeTypeCache reflectedTypeCache, out bool isPrivate)

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