Operator operator + NamespaceGuildWars2 AssemblyGW2SDK.dll operator +(Coin, Coin) Adds two Coin values. public static Coin operator +(Coin left, Coin right) Parameters left Coin The first Coin value. right Coin The second Coin value. Returns Coin The sum of the two Coin values.