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

◆ operator!=()

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

Definition at line 75 of file ImportScopeHandle.cs.

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

References System.Reflection.Metadata.ImportScopeHandle._rowId.