AlphanumComparatorCompare Method
Compares two objects and returns a value indicating whether one is less than,
equal to, or greater than the other.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public int Compare(
Object? x,
Object? y
)
- x Object
- The first object to compare.
- y Object
- The second object to compare.
Int32A signed integer that indicates the relative values of x and y:
- If less than 0, x is less than y.
- If 0, x equals y.
- If greater than 0, x is greater than y.
IComparerCompare(Object, Object)