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<>
Type Parameters
- T
- The type of object to compare.
Inheritance Hierarchy
System.Object
CommerceBuilder.Utility.PropertyComparer<T>
See Also