Operator operator ==
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.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
leftValueList<T>The first ValueList<T> to compare.
rightValueList<T>The second ValueList<T> to compare.
Returns
- bool
trueif the lists are equal by value; otherwise,false.