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