Click or drag to resize

ShellStringComparer Class

A comparer that uses the current Shell comparer. Depending on machine's configuration, the comparison can be using the StrCmpLogicalW (the default) or the StrCmpI native function.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesShellStringComparer

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

The ShellStringComparer type exposes the following members.

Constructors
  NameDescription
Public methodShellStringComparer
Initializes a new instance of the ShellStringComparer 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