Click or drag to resize

PathSegmentListStringComparer Property

The comparer used when comparing segments.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public StringComparer StringComparer { get; }

Property Value

Type: StringComparer
An instance of the comparer class.
See Also