OrderedDictionaryTKey, TValueComparer Property
Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public IEqualityComparer<TKey> Comparer { get; }
Public ReadOnly Property Comparer As IEqualityComparer(Of TKey)
Get
public:
property IEqualityComparer<TKey>^ Comparer {
IEqualityComparer<TKey>^ get ();
}
Return Value
IEqualityComparerTKeyThe
IEqualityComparerT generic interface implementation that is used to determine equality of keys for the current
OrderedDictionaryTKey, TValue and to provide hash values for the keys.