Method Equals
Equals(ReadOnlyValueList?)
Determines whether this value list is equal to another value list. Value lists are considered equal if they point to the same Dictionary with the same Key.
Declaration
public bool Equals(ListDictionary<TKey, TValue>.ReadOnlyValueList? other)
Parameters
Returns
Implements
Equals(object?)
Determines whether this value list is equal to another object. Value lists 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