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

◆ operator==()

static bool System.Threading.LowLevelLifoSemaphore.Counts.operator== ( Counts lhs,
Counts rhs )
inlinestatic

Definition at line 111 of file LowLevelLifoSemaphore.cs.

112 {
113 return lhs._data == rhs._data;
114 }

References System.Threading.LowLevelLifoSemaphore.Counts._data.