Table of Contents

Operator operator >

Namespace
GuildWars2
Assembly
GW2SDK.dll

operator >(Coin, Coin)

Determines whether one Coin value is greater than another.

public static bool operator >(Coin left, Coin right)

Parameters

left Coin

The first Coin value to compare.

right Coin

The second Coin value to compare.

Returns

bool

true if left is greater than right; otherwise, false.