Click or drag to resize

LogicalStringComparer Class

A comparer that uses the Shell's logical comparer. See the StrCmpLogicalW native function for more info in this.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesLogicalStringComparer

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class LogicalStringComparer : IComparer<string>

The LogicalStringComparer type exposes the following members.

Constructors
  NameDescription
Public methodLogicalStringComparer
Initializes a new instance of the LogicalStringComparer class
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
See Also