TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer.Equals Method

Definition

public override 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 Overrides 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

Applies to