共用方式為


UnorderedDictionaryComparer<TKey,TValue> 類別

定義

如果兩個字典包含相同的索引鍵/值組,則比較兩個字典,與列舉時的順序無關。

public class UnorderedDictionaryComparer<TKey,TValue> : System.Collections.Generic.IEqualityComparer<System.Collections.Generic.Dictionary<TKey,TValue>>
type UnorderedDictionaryComparer<'Key, 'Value> = class
    interface IEqualityComparer<Dictionary<'Key, 'Value>>
Public Class UnorderedDictionaryComparer(Of TKey, TValue)
Implements IEqualityComparer(Of Dictionary(Of TKey, TValue))

類型參數

TKey
TValue
繼承
UnorderedDictionaryComparer<TKey,TValue>
實作

建構函式

UnorderedDictionaryComparer<TKey,TValue>(IEqualityComparer<TValue>)

如果兩個字典包含相同的索引鍵/值組,則比較兩個字典,與列舉時的順序無關。

屬性

Default

如果兩個字典包含相同的索引鍵/值組,則比較兩個字典,與列舉時的順序無關。

方法

Equals(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>)

如果兩個字典包含相同的索引鍵/值組,則比較兩個字典,與列舉時的順序無關。

GetHashCode(Dictionary<TKey,TValue>)

如果兩個字典包含相同的索引鍵/值組,則比較兩個字典,與列舉時的順序無關。

適用於