Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
override
bool
System.Collections.Generic.GenericComparer
<
T
>.Equals
(
[NotNullWhen(true)] object?
obj
)
inline
Definition at line
28
of file
GenericComparer.cs
.
29
{
30
if
(
obj
!=
null
)
31
{
32
return
GetType() ==
obj
.GetType();
33
}
34
return
false
;
35
}
System.ExceptionArgument.obj
@ obj
References
System.obj
.
System
Collections
Generic
GenericComparer
Generated by
1.10.0