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

◆ operator==()

static bool System.Reflection.Metadata.CustomDebugInformationHandle.operator== ( CustomDebugInformationHandle left,
CustomDebugInformationHandle right )
inlinestatic

Definition at line 51 of file CustomDebugInformationHandle.cs.

52 {
53 return left._rowId == right._rowId;
54 }

References System.Reflection.Metadata.CustomDebugInformationHandle._rowId.