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

◆ Equals()

override bool System.Threading.LowLevelLifoSemaphore.Counts.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 116 of file LowLevelLifoSemaphore.cs.

117 {
118 if (obj is Counts counts)
119 {
120 return _data == counts._data;
121 }
122 return false;
123 }

References System.Threading.LowLevelLifoSemaphore.Counts._data, and System.obj.