Show / Hide Table of Contents

Class CodeSorter

Sorts codes by value, numerically when possible.

Inheritance
object
CodeSorter
Implements
IComparer<Code>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CodeSorter : IComparer<Code>

Methods

Compare(Code, Code)

Compares two codes.

Declaration
public int Compare(Code x, Code y)
Parameters
Type Name Description
Code x
Code y
Returns
Type Description
int

Implements

IComparer<T>
In this article
Back to top Generated by DocFX