Operator operator >=
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
operator >=(in Extensible<TEnum>, in Extensible<TEnum>)
Determines whether one Extensible object is greater than or equal to another.
public static bool operator >=(in Extensible<TEnum> left, in Extensible<TEnum> right)
Parameters
left
Extensible<TEnum>The first Extensible object to compare.
right
Extensible<TEnum>The second Extensible object to compare.
Returns
- bool
true
if left is greater than or equal to right; otherwise,false
.