Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [2/3]

bool System.Reflection.Metadata.StringHandle.Equals ( StringHandle other)
inline

Definition at line 166 of file StringHandle.cs.

167 {
168 return _value == other._value;
169 }

References System.Reflection.Metadata.StringHandle._value, and System.other.