Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator==()
[1/2]
static
bool
System.Collections.Immutable.ImmutableArray
<
T
>.
operator
==
(
ImmutableArray
<
T
>
left
,
ImmutableArray
<
T
>
right
)
inline
static
Definition at line
1581
of file
ImmutableArray.cs
.
1582
{
1583
return
left.Equals(right);
1584
}
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0