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

◆ operator==()

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

Definition at line 49 of file PropertyDefinitionHandle.cs.

50 {
51 return left._rowId == right._rowId;
52 }

References System.Reflection.Metadata.PropertyDefinitionHandle._rowId.