Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
override
bool
System.Collections.Generic.ObjectComparer
<
T
>.Equals
(
[NotNullWhen(true)] object?
obj
)
inline
Definition at line
15
of file
ObjectComparer.cs
.
16
{
17
if
(
obj
!=
null
)
18
{
19
return
GetType() ==
obj
.GetType();
20
}
21
return
false
;
22
}
System.ExceptionArgument.obj
@ obj
References
System.obj
.
System
Collections
Generic
ObjectComparer
Generated by
1.10.0