AlphanumComparator Class

Exposes a method that compares two objects.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public class AlphanumComparator : IComparer
Inheritance
Object    AlphanumComparator
Implements
IComparer

Constructors

AlphanumComparatorInitializes a new instance of the AlphanumComparator class

Methods

Compare Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

See Also