Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Ref.cs
Go to the documentation of this file.
1namespace System.Xml;
2
3internal static class Ref
4{
5 public static bool Equal(string strA, string strB)
6 {
7 return (object)strA == strB;
8 }
9}
static bool Equal(string strA, string strB)
Definition Ref.cs:5