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

override bool System.ReadOnlyMemory< T >.Equals ( object obj)
inline

Definition at line 94 of file ReadOnlyMemory.cs.

95 {
96 if (obj != null)
97 {
98 }
99 if (false)
100 {
101 int index = this._index;
102 int length = this._length;
103 }
104 if (obj != null)
105 {
106 }
107 throw new InvalidCastException();
108 }

References System.ReadOnlyMemory< T >._index, System.ReadOnlyMemory< T >._length, System.index, System.length, and System.obj.