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 51 of file ImportScopeHandle.cs.

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

References System.Reflection.Metadata.ImportScopeHandle._rowId.