Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SequenceEqual< T >()
[4/4]
static
bool
System.MemoryExtensions.SequenceEqual<
T
>
(
this
Span
<
T
>
span
,
ReadOnlySpan
<
T
>
other
,
IEqualityComparer
<
T
>?
comparer
=
null
)
inline
static
Definition at line
873
of file
MemoryExtensions.cs
.
874
{
875
return
((
ReadOnlySpan<T>
)
span
).SequenceEqual(
other
,
comparer
);
876
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.other
@ other
System.ExceptionArgument.comparer
@ comparer
References
System.comparer
, and
System.other
.
System
MemoryExtensions
Generated by
1.10.0