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 34 of file CustomAttributeNamedArgument.cs.

35 {
36 return !left.Equals(right);
37 }

References System.Reflection.CustomAttributeNamedArgument.Equals().