Class CheckoutComparer
Implements custom comparison for CheckoutNode nodes.
Implements
Inherited Members
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class CheckoutComparer : IComparer<CheckoutNode>
Methods
Compare(CheckoutNode, CheckoutNode)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration
public int Compare(CheckoutNode x, CheckoutNode y)
Parameters
Type | Name | Description |
---|---|---|
CheckoutNode | x | The first object to compare. |
CheckoutNode | y | The second object to compare. |
Returns
Type | Description |
---|---|
int | A signed integer that indicates the relative values of |