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.PlayableOutputHandle.Equals ( PlayableOutputHandle other)
inline

Definition at line 73 of file PlayableOutputHandle.cs.

74 {
75 IntPtr handle = this.m_Handle;
76 uint version = this.m_Version;
77 if (!true)
78 {
79 }
80 bool flag;
81 return flag;
82 }

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