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

◆ Equals() [1/3]

override bool System.Reflection.Metadata.CustomDebugInformationHandle.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 56 of file CustomDebugInformationHandle.cs.

57 {
58 if (obj is CustomDebugInformationHandle customDebugInformationHandle)
59 {
60 return customDebugInformationHandle._rowId == _rowId;
61 }
62 return false;
63 }

References System.Reflection.Metadata.CustomDebugInformationHandle._rowId, and System.obj.