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]

override bool UnityEngine.Gradient.Equals ( object o)
inline

Definition at line 49 of file Gradient.cs.

50 {
51 if (o != null)
52 {
53 Type type = o.GetType();
55 }
56 bool flag;
57 return flag;
58 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and j__TPar.