Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator==()
static
bool
System.Reflection.Emit.Label.operator==
(
Label
a
,
Label
b
)
inline
static
Definition at line
38
of file
Label.cs
.
39
{
40
return
a.Equals(b);
41
}
References
System.Reflection.Emit.Label.Equals()
.
System
Reflection
Emit
Label
Generated by
1.10.0