Operator operator >=
- Namespace
- GuildWars2
- Assembly
- GuildWars2.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
leftExtensible<TEnum>The first Extensible object to compare.
rightExtensible<TEnum>The second Extensible object to compare.
Returns
- bool
trueif left is greater than or equal to right; otherwise,false.