StringKeyedDictionaryTValueComparer Property

Gets the StringSegmentComparer that is used to determine equality of keys for this StringKeyedDictionaryTValue.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public StringSegmentComparer Comparer { get; }

Property Value

StringSegmentComparer

See Also