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

◆ Equals() [2/3]

bool System.Threading.AsyncFlowControl.Equals ( AsyncFlowControl obj)
inline

Definition at line 46 of file AsyncFlowControl.cs.

47 {
48 return _thread == obj._thread;
49 }

References System.Threading.AsyncFlowControl._thread, and System.obj.