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

◆ operator==()

static bool System.Threading.PortableThreadPool.ThreadCounts.operator== ( ThreadCounts lhs,
ThreadCounts rhs )
inlinestatic

Definition at line 750 of file PortableThreadPool.cs.

751 {
752 return lhs._data == rhs._data;
753 }

References System.Threading.PortableThreadPool.ThreadCounts._data.