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

◆ Equals()

override bool System.Threading.PortableThreadPool.ThreadCounts.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 755 of file PortableThreadPool.cs.

756 {
757 if (obj is ThreadCounts threadCounts)
758 {
759 return _data == threadCounts._data;
760 }
761 return false;
762 }

References System.Threading.PortableThreadPool.ThreadCounts._data, and System.obj.