.NET Helper Packages
C#
Show/Hide TOC
Alphanum
Comparator Class
Exposes a method that compares two objects.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
public
class
AlphanumComparator
:
IComparer
Inheritance
Object
AlphanumComparator
Implements
IComparer
Constructors
AlphanumComparator
Initializes 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
Reference
Configuration.Helper Namespace
In This Article
Definition
Constructors
Methods
See Also