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 75 of file CustomDebugInformationHandle.cs.

76 {
77 return left._rowId != right._rowId;
78 }

References System.Reflection.Metadata.CustomDebugInformationHandle._rowId.