Class NaturalStringComparer
Implements a natural comparer for strings.
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public class NaturalStringComparer : IComparer<string>
Constructors
| Name | Description |
|---|---|
| NaturalStringComparer() |
Properties
| Name | Description |
|---|---|
| Instance |
Methods
| Name | Description |
|---|---|
| Compare(string, string) | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. |