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() [2/3]

bool UnityEngine.Playables.PlayableHandle.Equals ( PlayableHandle other)
inline

Definition at line 91 of file PlayableHandle.cs.

92 {
93 IntPtr handle = this.m_Handle;
94 uint version = this.m_Version;
95 if (!true)
96 {
97 }
98 bool flag;
99 return flag;
100 }

References UnityEngine.Playables.PlayableHandle.m_Handle, and UnityEngine.Playables.PlayableHandle.m_Version.