Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
[3/4]
bool
System.TimeSpan.Equals
(
TimeSpan
obj
)
inline
Definition at line
185
of file
TimeSpan.cs
.
186
{
187
return
_ticks
==
obj
._ticks;
188
}
System.ExceptionArgument.obj
@ obj
System.TimeSpan._ticks
readonly long _ticks
Definition
TimeSpan.cs:27
References
System.TimeSpan._ticks
, and
System.obj
.
System
TimeSpan
Generated by
1.10.0