StringSegmentComparerCompareInfo Property

Gets a CompareInfo that is associated with this StringSegmentComparer or if this StringSegmentComparer is not a culture-aware one.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public virtual CompareInfo? CompareInfo { get; }

Property Value

CompareInfo

See Also