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 System.Memory< T >.Equals ( object obj)
inline

Definition at line 158 of file Memory.cs.

159 {
160 if (obj != null)
161 {
162 }
163 if (obj != null)
164 {
165 int index = this._index;
166 int length = this._length;
167 object @object = this._object;
168 int index2 = this._index;
169 }
170 bool flag;
171 return flag;
172 }
class f__AnonymousType0<< Count > j__TPar
readonly int _length
Definition Memory.cs:242
readonly object _object
Definition Memory.cs:236
readonly int _index
Definition Memory.cs:239

References System.Memory< T >._index, System.Memory< T >._length, System.Memory< T >._object, System.index, j__TPar, System.length, and System.obj.