Operator operator >=
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
operator >=(Coin, Coin)
Determines whether one Coin value is greater than or equal to another.
public static bool operator >=(Coin left, Coin right)
Parameters
Returns
- bool
true
ifleft
is greater than or equal toright
; otherwise,false
.