Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
[2/2]
virtual
bool
System.Type.Equals
(
Type
?
o
)
inline
virtual
inherited
Definition at line
1132
of file
Type.cs
.
1133
{
1134
if
(!(o ==
null
))
1135
{
1136
return
(
object
)
UnderlyingSystemType
== o.
UnderlyingSystemType
;
1137
}
1138
return
false
;
1139
}
System.Type.UnderlyingSystemType
Type UnderlyingSystemType
Definition
Type.cs:61
References
System.Type.UnderlyingSystemType
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0