Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
static
bool
System.ReadOnlySpan
<
T
>.operator!=
(
ReadOnlySpan
<
T
>
left
,
ReadOnlySpan
<
T
>
right
)
inline
static
Definition at line
144
of file
ReadOnlySpan.cs
.
145
{
146
return
!(left == right);
147
}
System
ReadOnlySpan
Generated by
1.10.0