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