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