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

◆ Equals() [2/3]

bool System.Int64.Equals ( long obj)
inline

Definition at line 84 of file Int64.cs.

85 {
86 return this == obj;
87 }

References System.obj.