Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
[1/5]
new
bool
System.Resources.FastResourceComparer.Equals
(
object
a
,
object
b
)
inline
Definition at line
53
of file
FastResourceComparer.cs
.
54
{
55
if
(
a
==
b
)
56
{
57
return
true
;
58
}
59
string
a2
= (
string
)
a
;
60
string
b2
= (
string
)
b
;
61
return
string
.Equals(
a2
,
b2
);
62
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
string
System
Resources
FastResourceComparer
Generated by
1.10.0