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

◆ Equals() [2/3]

bool System.Runtime.InteropServices.CULong.Equals ( CULong other)
inline

Definition at line 33 of file CULong.cs.

34 {
35 return _value == other._value;
36 }

References System.Runtime.InteropServices.CULong._value, and System.other.