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

◆ Equals() [2/3]

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

Definition at line 72 of file Handle.cs.

73 {
74 if (_value == other._value)
75 {
76 return _vType == other._vType;
77 }
78 return false;
79 }

References System.Reflection.Metadata.Handle._value, System.Reflection.Metadata.Handle._vType, and System.other.