Operator operator ==
- Namespace
- GuildWars2.Collections
- Assembly
- GW2SDK.dll
operator ==(ValueList<T>?, ValueList<T>?)
Determines whether two ValueList<T> instances are equal by value.
public static bool operator ==(ValueList<T>? left, ValueList<T>? right)
Parameters
left
ValueList<T>The first ValueList<T> to compare.
right
ValueList<T>The second ValueList<T> to compare.
Returns
- bool
true
if the lists are equal by value; otherwise,false
.