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/2]

bool IStructuralEquatable. System.Array.Equals ( object other,
IEqualityComparer comparer )
inlineprivate

Definition at line 161 of file Array.cs.

162 {
163 if (other != null)
164 {
165 int length = this.Length;
166 long num = 0L;
167 object value = this.GetValue((int)num);
168 return;
169 }
170 }
class f__AnonymousType0<< Count > j__TPar
object GetValue(long index)
Definition Array.cs:250

References System.Array.GetValue(), j__TPar, System.L, System.Array.Length, System.length, and System.value.