Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
override
bool
ReLogic.Utilities.SlotId.Equals
(
object
obj
)
inline
Definition at line
51
of file
SlotId.cs
.
52
{
53
if
(!(obj is
SlotId
))
54
{
55
return
false
;
56
}
57
return
((
SlotId
)obj).Value ==
Value
;
58
}
ReLogic.Utilities.SlotId.SlotId
SlotId(uint value)
Definition
SlotId.cs:46
ReLogic.Utilities.SlotId.Value
readonly uint Value
Definition
SlotId.cs:15
References
ReLogic.Utilities.SlotId.Value
.
ReLogic
Utilities
SlotId
Generated by
1.10.0