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

◆ Equals() [1/4]

override bool System.Runtime.InteropServices.OSPlatform.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 49 of file OSPlatform.cs.

50 {
51 if (obj is OSPlatform other)
52 {
53 return Equals(other);
54 }
55 return false;
56 }

References System.Runtime.InteropServices.OSPlatform.Equals(), System.obj, and System.other.