UnorderedDictionaryComparer<TKey,TValue>.Equals Method

Definition

public bool Equals (System.Collections.Generic.Dictionary<TKey,TValue>? x, System.Collections.Generic.Dictionary<TKey,TValue>? y);
override this.Equals : System.Collections.Generic.Dictionary<'Key, 'Value> * System.Collections.Generic.Dictionary<'Key, 'Value> -> bool
Public Function Equals (x As Dictionary(Of TKey, TValue), y As Dictionary(Of TKey, TValue)) As Boolean

Parameters

x
Dictionary<TKey,TValue>
y
Dictionary<TKey,TValue>

Returns

Implements

Applies to