Method Equals
Equals(ReadOnlyValueSet?)
Determines whether this value set is equal to another value set. Value sets are considered equal if they point to the same Dictionary with the same Key.
Declaration
public bool Equals(HashSetDictionary<TKey, TValue>.ReadOnlyValueSet? other)
Parameters
Returns
Implements
Equals(object?)
Determines whether this value set is equal to another object. Value sets are considered equal if they point to the same Dictionary and Key.
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides