Operator operator <
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
operator <(in Extensible<TEnum>, in Extensible<TEnum>)
Determines whether one Extensible object is less than 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 less than right; otherwise,false
.