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