Operator operator !=
operator !=(ReadOnlyValueSet?, ReadOnlyValueSet?)
Determines whether two value sets are not equal. Value sets are considered equal if they point to the same Dictionary with the same Key.
Declaration
public static bool operator !=(HashSetDictionary<TKey, TValue>.ReadOnlyValueSet? x, HashSetDictionary<TKey, TValue>.ReadOnlyValueSet? y)
Parameters
| Type | Name | Description |
|---|---|---|
| HashSetDictionary<TKey, TValue>.ReadOnlyValueSet | x | |
| HashSetDictionary<TKey, TValue>.ReadOnlyValueSet | y |
Returns
| Type | Description |
|---|---|
| bool |