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

◆ operator!=()

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

Definition at line 73 of file MethodDebugInformationHandle.cs.

74 {
75 return left._rowId != right._rowId;
76 }

References System.Reflection.Metadata.MethodDebugInformationHandle._rowId.