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

◆ Equals() [2/3]

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

Definition at line 46 of file GuidHandle.cs.

47 {
48 return _index == other._index;
49 }

References System.Reflection.Metadata.GuidHandle._index, and System.other.