Operator operator !=
- Namespace
- GuildWars2.Collections
- Assembly
- GW2SDK.dll
operator !=(ValueHashSet<T>?, ValueHashSet<T>?)
Determines whether two ValueHashSet<T> instances are not equal by value.
public static bool operator !=(ValueHashSet<T>? left, ValueHashSet<T>? right)
Parameters
left
ValueHashSet<T>right
ValueHashSet<T>