共用方式為


OrderedDictionary<TKey,TValue>.Comparer 屬性

定義

取得用來判斷字典索引鍵相等的 IEqualityComparer<T>

public:
 property System::Collections::Generic::IEqualityComparer<TKey> ^ Comparer { System::Collections::Generic::IEqualityComparer<TKey> ^ get(); };
public System.Collections.Generic.IEqualityComparer<TKey> Comparer { get; }
member this.Comparer : System.Collections.Generic.IEqualityComparer<'Key>
Public ReadOnly Property Comparer As IEqualityComparer(Of TKey)

屬性值

適用於