Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / PropertyComparer<T> Class
The type of object to compare.
Members
In This Topic
    PropertyComparer<T> Class
    In This Topic
    A generic implementation of IComparer that can be used to compare objects based on a given property
    Syntax
    public class PropertyComparer<T> 
    Type Parameters
    T
    The type of object to compare.
    Inheritance Hierarchy

    System.Object
       CommerceBuilder.Utility.PropertyComparer<T>

    See Also