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

◆ Equals() [3/4]

bool System.Runtime.InteropServices.OSPlatform.Equals ( string other)
inlinepackage

Definition at line 44 of file OSPlatform.cs.

45 {
46 return string.Equals(Name, other, StringComparison.OrdinalIgnoreCase);
47 }

References System.Runtime.InteropServices.OSPlatform.Name, and System.other.