Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Compare()
[1/5]
int System.Resources.FastResourceComparer.Compare
(
object
a
,
object
b
)
inline
Definition at line
32
of file
FastResourceComparer.cs
.
33
{
34
if
(
a
==
b
)
35
{
36
return
0;
37
}
38
string
strA
= (
string
)
a
;
39
string
strB
= (
string
)
b
;
40
return
string
.CompareOrdinal(
strA
,
strB
);
41
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
string
System
Resources
FastResourceComparer
Generated by
1.10.0