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

◆ operator==()

static bool System.Runtime.InteropServices.OSPlatform.operator== ( OSPlatform left,
OSPlatform right )
inlinestatic

Definition at line 72 of file OSPlatform.cs.

73 {
74 return left.Equals(right);
75 }

References System.Runtime.InteropServices.OSPlatform.Equals().