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

◆ SequenceEqual< T >()

static bool System.MemoryExtensions.SequenceEqual< T > ( this ReadOnlySpan< T > span,
ReadOnlySpan< T > other )
inlinestatic
Type Constraints
T :IEquatable<T> 

Definition at line 186 of file MemoryExtensions.cs.

187 {
188 int length = span._length;
189 int length2 = other._length;
190 int length3 = other._length;
191 bool flag;
192 return flag;
193 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.length.