다음을 통해 공유


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)

속성 값

적용 대상