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

◆ Equals() [5/6]

Definition at line 214 of file ValueTask.cs.

215 {
216 if (_obj == other._obj)
217 {
218 return _token == other._token;
219 }
220 return false;
221 }

References System.Threading.Tasks.ValueTask< TResult >._obj, System.Threading.Tasks.ValueTask< TResult >._token, and System.other.