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

◆ operator==()

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

Definition at line 29 of file CustomAttributeNamedArgument.cs.

30 {
31 return left.Equals(right);
32 }

References System.Reflection.CustomAttributeNamedArgument.Equals().