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

◆ Equals() [2/3]

bool System.Reflection.Metadata.EntityHandle.Equals ( EntityHandle other)
inline

Definition at line 57 of file EntityHandle.cs.

58 {
59 return _vToken == other._vToken;
60 }

References System.Reflection.Metadata.EntityHandle._vToken, and System.other.