Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
[1/3]
override
bool
System.Int32.Equals
(
[NotNullWhen(true)] object?
obj
)
inline
Definition at line
74
of file
Int32.cs
.
75
{
76
if
(!(
obj
is
int
))
77
{
78
return
false
;
79
}
80
return
this
== (int)
obj
;
81
}
System.ExceptionArgument.obj
@ obj
References
System.obj
.
System
Int32
Generated by
1.10.0